Shades of Dark Green #022512
Tints of Dark Green #022512
RGB
CMYK
RGB Variations
Color information
#022512 (or 0x022512) is known color: Dark Green. HEX triplet: 02, 25 and 12. RGB value is (2,37,18). Sum of RGB (Red+Green+Blue) = 2+37+18=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #022512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022512 is #FDDAED. Grayscale: #181818. Windows color (decimal): -16636654 or 1189122. OLE color: 1189122.
HSL color Cylindrical-coordinate representation of color #022512: hue angle of 147.43º 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 #022512 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 37 | 18 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.85 |
| HSL | 147.43º | 0.9% | 0.08% | - |
| HSV(B) | 147.43º | 0.95% | 0.15% | - |
| XYZ | 0.8 | 1.38 | 0.8 | - |
| YUV | 24.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 18 | 0.95 | 0 | 0.51 | 0.85 | 147.43 | 0.9 | 0.08 |
| Hex | 2 | 25 | 12 | 5F | 0 | 33 | 55 | 93 | 5A | 8 |
| Octal | 2 | 45 | 22 | 137 | 0 | 63 | 125 | 223 | 132 | 10 |
| Binary | 10 | 100101 | 10010 | 1011111 | 0 | 110011 | 1010101 | 10010011 | 1011010 | 1000 |
Color Harmonies of #022512
Complementary color
Monochromatic Colors of #022512
Black with #022512
Text Example
Text Example
White with #022512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022512; }
p { color: rgb(2,37,18); }
H1.HeaderClassName
{
color: #022512;
}
.AnyTagClassName
{
color: #022512;
}
</style>
background-color css
<style>
a { background-color: #022512; }
a { background-color: rgb(2,37,18); }
div.DivClassName
{
background-color: #022512;
}
.BgClassName
{
background-color: #022512;
}
</style>
border-color css
<style>
span { border-color: #022512; }
span { border-color: rgb(2,37,18); }
td.TdClassName
{
border-color: #022512;
}
.TagClassName
{
border-color: #022512;
}
</style>