Shades of Dark Green #022712
Tints of Dark Green #022712
RGB
CMYK
RGB Variations
Color information
#022712 (or 0x022712) is known color: Dark Green. HEX triplet: 02, 27 and 12. RGB value is (2,39,18). Sum of RGB (Red+Green+Blue) = 2+39+18=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #022712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022712 is #FDD8ED. Grayscale: #191919. Windows color (decimal): -16636142 or 1189634. OLE color: 1189634.
HSL color Cylindrical-coordinate representation of color #022712: hue angle of 145.95º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022712 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 18 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.85 |
| HSL | 145.95º | 0.9% | 0.08% | - |
| HSV(B) | 145.95º | 0.95% | 0.15% | - |
| XYZ | 0.86 | 1.51 | 0.82 | - |
| YUV | 25.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 18 | 0.95 | 0 | 0.54 | 0.85 | 145.95 | 0.9 | 0.08 |
| Hex | 2 | 27 | 12 | 5F | 0 | 36 | 55 | 92 | 5A | 8 |
| Octal | 2 | 47 | 22 | 137 | 0 | 66 | 125 | 222 | 132 | 10 |
| Binary | 10 | 100111 | 10010 | 1011111 | 0 | 110110 | 1010101 | 10010010 | 1011010 | 1000 |
Color Harmonies of #022712
Complementary color
Monochromatic Colors of #022712
Black with #022712
Text Example
Text Example
White with #022712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022712; }
p { color: rgb(2,39,18); }
H1.HeaderClassName
{
color: #022712;
}
.AnyTagClassName
{
color: #022712;
}
</style>
background-color css
<style>
a { background-color: #022712; }
a { background-color: rgb(2,39,18); }
div.DivClassName
{
background-color: #022712;
}
.BgClassName
{
background-color: #022712;
}
</style>
border-color css
<style>
span { border-color: #022712; }
span { border-color: rgb(2,39,18); }
td.TdClassName
{
border-color: #022712;
}
.TagClassName
{
border-color: #022712;
}
</style>