Shades of Dark Green #022C1D
Tints of Dark Green #022C1D
RGB
CMYK
RGB Variations
Color information
#022C1D (or 0x022C1D) is known color: Dark Green. HEX triplet: 02, 2C and 1D. RGB value is (2,44,29). Sum of RGB (Red+Green+Blue) = 2+44+29=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 44 (17.58% from 255 or 58.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 44 - color contains mainly: green. Hex color #022C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C1D is #FDD3E2. Grayscale: #1D1D1D. Windows color (decimal): -16634851 or 1911810. OLE color: 1911810.
HSL color Cylindrical-coordinate representation of color #022C1D: hue angle of 158.57º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022C1D is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 44 | 29 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.83 |
| HSL | 158.57º | 0.91% | 0.09% | - |
| HSV(B) | 158.57º | 0.95% | 0.17% | - |
| XYZ | 1.15 | 1.9 | 1.47 | - |
| YUV | 29.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 29 | 0.95 | 0 | 0.34 | 0.83 | 158.57 | 0.91 | 0.09 |
| Hex | 2 | 2C | 1D | 5F | 0 | 22 | 53 | 9F | 5B | 9 |
| Octal | 2 | 54 | 35 | 137 | 0 | 42 | 123 | 237 | 133 | 11 |
| Binary | 10 | 101100 | 11101 | 1011111 | 0 | 100010 | 1010011 | 10011111 | 1011011 | 1001 |
Color Harmonies of #022C1D
Complementary color
Monochromatic Colors of #022C1D
Black with #022C1D
Text Example
Text Example
White with #022C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C1D; }
p { color: rgb(2,44,29); }
H1.HeaderClassName
{
color: #022C1D;
}
.AnyTagClassName
{
color: #022C1D;
}
</style>
background-color css
<style>
a { background-color: #022C1D; }
a { background-color: rgb(2,44,29); }
div.DivClassName
{
background-color: #022C1D;
}
.BgClassName
{
background-color: #022C1D;
}
</style>
border-color css
<style>
span { border-color: #022C1D; }
span { border-color: rgb(2,44,29); }
td.TdClassName
{
border-color: #022C1D;
}
.TagClassName
{
border-color: #022C1D;
}
</style>