Color spaces of #01432e
RGB | 1 | 67 | 46 |
---|---|---|---|
HSL | 0.45 | 0.97 | 0.13 |
HSV | 161° | 99° | 26° |
CMYK | 0.99 | 0.00 | 0.31 0.74 |
XYZ | 2.5128 | 4.2180 | 3.2665 |
Yxy | 4.2180 | 0.2513 | 0.4219 |
Hunter Lab | 20.5378 | -14.1016 | 4.9465 |
CIE-Lab | 24.3794 | -25.0984 | 7.4750 |
#01432e color RGB value is (1,67,46).
#01432e hex color red value is 1, green value is 67 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #01432e hue: 0.45 , saturation: 0.97 and the lightness value of 01432e is 0.13.
The process color (four color CMYK) of #01432e color hex is 0.99, 0.00, 0.31, 0.74. Web safe color of #01432e is #003333. Color #01432e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 01000011 | 00101110 |
Octal | 1 | 103 | 56 |
Decimal | 1 | 67 | 46 |
Hex | 1 | 43 | 2E |
Shades of #01432e
Tints of #01432e
RGB Percentages of Color #01432e
CMYK Percentages of Color #01432e
Complementary Color
#01432e | #430116 |
#01432e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01432e Color Preview on White Background
Lorem ipsum dolor sit amet.
#01432e Color CSS Codes
.mybgcolor {background-color:#01432e; } .myforecolor {color:#01432e; } .mybordercolor {border:3px solid #01432e; }
#01432e Text Font Color
<p style="color:#01432e">Text here</p>
This sample text font color is #01432e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#01432e Background Color
<div style="background-color:#01432e">
Div content here</div>
This div background color is #01432e
#01432e Border Color
<div style="border:3px solid #01432e">
Div here</div>
This div border color is #01432e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,67,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01432e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01432e; -webkit-box-shadow: 1px 1px 3px 2px #01432e; box-shadow: 1px 1px 3px 2px #01432e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,67,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #01432e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01432e; -webkit-box-shadow: 1px 1px 3px 2px #01432e; box-shadow: 1px 1px 3px 2px #01432e;">
Div content here</div>
This div box has shadow with color #01432e
Comments
No comments written yet.
Please login to write comment.