Color spaces of #002b20
RGB | 0 | 43 | 32 |
---|---|---|---|
HSL | 0.46 | 1.00 | 0.08 |
HSV | 165° | 100° | 17° |
CMYK | 1.00 | 0.00 | 0.26 0.83 |
XYZ | 1.1246 | 1.8320 | 1.6608 |
Yxy | 1.8320 | 0.2436 | 0.3968 |
Hunter Lab | 13.5351 | -8.8554 | 2.1995 |
CIE-Lab | 14.5797 | -17.8742 | 3.1235 |
#002b20 color RGB value is (0,43,32).
#002b20 hex color red value is 0, green value is 43 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #002b20 hue: 0.46 , saturation: 1.00 and the lightness value of 002b20 is 0.08.
The process color (four color CMYK) of #002b20 color hex is 1.00, 0.00, 0.26, 0.83. Web safe color of #002b20 is #003333. Color #002b20 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00101011 | 00100000 |
Octal | 0 | 53 | 40 |
Decimal | 0 | 43 | 32 |
Hex | 0 | 2B | 20 |
Shades of #002b20
Tints of #002b20
RGB Percentages of Color #002b20
CMYK Percentages of Color #002b20
Complementary Color
#002b20 | #2b000b |
#002b20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#002b20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#002b20 Color CSS Codes
.mybgcolor {background-color:#002b20; } .myforecolor {color:#002b20; } .mybordercolor {border:3px solid #002b20; }
#002b20 Text Font Color
<p style="color:#002b20">Text here</p>
This sample text font color is #002b20
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.
#002b20 Background Color
<div style="background-color:#002b20">
Div content here</div>
This div background color is #002b20
#002b20 Border Color
<div style="border:3px solid #002b20">
Div here</div>
This div border color is #002b20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,43,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #002b20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #002b20; -webkit-box-shadow: 1px 1px 3px 2px #002b20; box-shadow: 1px 1px 3px 2px #002b20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,43,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #002b20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #002b20; -webkit-box-shadow: 1px 1px 3px 2px #002b20; box-shadow: 1px 1px 3px 2px #002b20;">
Div content here</div>
This div box has shadow with color #002b20
Comments
No comments written yet.
Please login to write comment.