Shades of Dark Green #022D1F
Tints of Dark Green #022D1F
RGB
CMYK
RGB Variations
Color information
#022D1F (or 0x022D1F) is known color: Dark Green. HEX triplet: 02, 2D and 1F. RGB value is (2,45,31). Sum of RGB (Red+Green+Blue) = 2+45+31=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 45 (17.97% from 255 or 57.69% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 45 - color contains mainly: green. Hex color #022D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D1F is #FDD2E0. Grayscale: #1E1E1E. Windows color (decimal): -16634593 or 2043138. OLE color: 2043138.
HSL color Cylindrical-coordinate representation of color #022D1F: hue angle of 160.47º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D1F is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 31 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.82 |
| HSL | 160.47º | 0.91% | 0.09% | - |
| HSV(B) | 160.47º | 0.96% | 0.18% | - |
| XYZ | 1.21 | 1.99 | 1.62 | - |
| YUV | 30.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 31 | 0.96 | 0 | 0.31 | 0.82 | 160.47 | 0.91 | 0.09 |
| Hex | 2 | 2D | 1F | 60 | 0 | 1F | 52 | A0 | 5B | 9 |
| Octal | 2 | 55 | 37 | 140 | 0 | 37 | 122 | 240 | 133 | 11 |
| Binary | 10 | 101101 | 11111 | 1100000 | 0 | 11111 | 1010010 | 10100000 | 1011011 | 1001 |
Color Harmonies of #022D1F
Complementary color
Monochromatic Colors of #022D1F
Black with #022D1F
Text Example
Text Example
White with #022D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D1F; }
p { color: rgb(2,45,31); }
H1.HeaderClassName
{
color: #022D1F;
}
.AnyTagClassName
{
color: #022D1F;
}
</style>
background-color css
<style>
a { background-color: #022D1F; }
a { background-color: rgb(2,45,31); }
div.DivClassName
{
background-color: #022D1F;
}
.BgClassName
{
background-color: #022D1F;
}
</style>
border-color css
<style>
span { border-color: #022D1F; }
span { border-color: rgb(2,45,31); }
td.TdClassName
{
border-color: #022D1F;
}
.TagClassName
{
border-color: #022D1F;
}
</style>