Shades of Dark Green #022812
Tints of Dark Green #022812
RGB
CMYK
RGB Variations
Color information
#022812 (or 0x022812) is known color: Dark Green. HEX triplet: 02, 28 and 12. RGB value is (2,40,18). Sum of RGB (Red+Green+Blue) = 2+40+18=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #022812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022812 is #FDD7ED. Grayscale: #1A1A1A. Windows color (decimal): -16635886 or 1189890. OLE color: 1189890.
HSL color Cylindrical-coordinate representation of color #022812: hue angle of 145.26º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022812 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 40 | 18 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.84 |
| HSL | 145.26º | 0.9% | 0.08% | - |
| HSV(B) | 145.26º | 0.95% | 0.16% | - |
| XYZ | 0.89 | 1.57 | 0.83 | - |
| YUV | 26.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 18 | 0.95 | 0 | 0.55 | 0.84 | 145.26 | 0.9 | 0.08 |
| Hex | 2 | 28 | 12 | 5F | 0 | 37 | 54 | 91 | 5A | 8 |
| Octal | 2 | 50 | 22 | 137 | 0 | 67 | 124 | 221 | 132 | 10 |
| Binary | 10 | 101000 | 10010 | 1011111 | 0 | 110111 | 1010100 | 10010001 | 1011010 | 1000 |
Color Harmonies of #022812
Complementary color
Monochromatic Colors of #022812
Black with #022812
Text Example
Text Example
White with #022812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022812; }
p { color: rgb(2,40,18); }
H1.HeaderClassName
{
color: #022812;
}
.AnyTagClassName
{
color: #022812;
}
</style>
background-color css
<style>
a { background-color: #022812; }
a { background-color: rgb(2,40,18); }
div.DivClassName
{
background-color: #022812;
}
.BgClassName
{
background-color: #022812;
}
</style>
border-color css
<style>
span { border-color: #022812; }
span { border-color: rgb(2,40,18); }
td.TdClassName
{
border-color: #022812;
}
.TagClassName
{
border-color: #022812;
}
</style>