Shades of Dark Green #002E20
Tints of Dark Green #002E20
RGB
CMYK
RGB Variations
Color information
#002E20 (or 0x002E20) is known color: Dark Green. HEX triplet: 00, 2E and 20. RGB value is (0,46,32). Sum of RGB (Red+Green+Blue) = 0+46+32=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #002E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E20 is #FFD1DF. Grayscale: #1E1E1E. Windows color (decimal): -16765408 or 2108928. OLE color: 2108928.
HSL color Cylindrical-coordinate representation of color #002E20: hue angle of 161.74º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E20 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 46 | 32 | - |
| CMYK | 1 | 0 | 0.30 | 0.82 |
| HSL | 161.74º | 1% | 0.09% | - |
| HSV(B) | 161.74º | 1% | 0.18% | - |
| XYZ | 1.24 | 2.06 | 1.7 | - |
| YUV | 30.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 32 | 1 | 0 | 0.30 | 0.82 | 161.74 | 1 | 0.09 |
| Hex | 0 | 2E | 20 | 64 | 0 | 1E | 52 | A2 | 64 | 9 |
| Octal | 0 | 56 | 40 | 144 | 0 | 36 | 122 | 242 | 144 | 11 |
| Binary | 0 | 101110 | 100000 | 1100100 | 0 | 11110 | 1010010 | 10100010 | 1100100 | 1001 |
Color Harmonies of #002E20
Complementary color
Monochromatic Colors of #002E20
Black with #002E20
Text Example
Text Example
White with #002E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E20; }
p { color: rgb(0,46,32); }
H1.HeaderClassName
{
color: #002E20;
}
.AnyTagClassName
{
color: #002E20;
}
</style>
background-color css
<style>
a { background-color: #002E20; }
a { background-color: rgb(0,46,32); }
div.DivClassName
{
background-color: #002E20;
}
.BgClassName
{
background-color: #002E20;
}
</style>
border-color css
<style>
span { border-color: #002E20; }
span { border-color: rgb(0,46,32); }
td.TdClassName
{
border-color: #002E20;
}
.TagClassName
{
border-color: #002E20;
}
</style>