Shades of Dark Green #022D1B
Tints of Dark Green #022D1B
RGB
CMYK
RGB Variations
Color information
#022D1B (or 0x022D1B) is known color: Dark Green. HEX triplet: 02, 2D and 1B. RGB value is (2,45,27). Sum of RGB (Red+Green+Blue) = 2+45+27=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 45 (17.97% from 255 or 60.81% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 45 - color contains mainly: green. Hex color #022D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D1B is #FDD2E4. Grayscale: #1E1E1E. Windows color (decimal): -16634597 or 1780994. OLE color: 1780994.
HSL color Cylindrical-coordinate representation of color #022D1B: hue angle of 154.88º 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 #022D1B is Cyan = 0.96, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 27 | - |
| CMYK | 0.96 | 0 | 0.4 | 0.82 |
| HSL | 154.88º | 0.91% | 0.09% | - |
| HSV(B) | 154.88º | 0.96% | 0.18% | - |
| XYZ | 1.16 | 1.97 | 1.36 | - |
| YUV | 30.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 27 | 0.96 | 0 | 0.4 | 0.82 | 154.88 | 0.91 | 0.09 |
| Hex | 2 | 2D | 1B | 60 | 0 | 28 | 52 | 9B | 5B | 9 |
| Octal | 2 | 55 | 33 | 140 | 0 | 50 | 122 | 233 | 133 | 11 |
| Binary | 10 | 101101 | 11011 | 1100000 | 0 | 101000 | 1010010 | 10011011 | 1011011 | 1001 |
Color Harmonies of #022D1B
Complementary color
Monochromatic Colors of #022D1B
Black with #022D1B
Text Example
Text Example
White with #022D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D1B; }
p { color: rgb(2,45,27); }
H1.HeaderClassName
{
color: #022D1B;
}
.AnyTagClassName
{
color: #022D1B;
}
</style>
background-color css
<style>
a { background-color: #022D1B; }
a { background-color: rgb(2,45,27); }
div.DivClassName
{
background-color: #022D1B;
}
.BgClassName
{
background-color: #022D1B;
}
</style>
border-color css
<style>
span { border-color: #022D1B; }
span { border-color: rgb(2,45,27); }
td.TdClassName
{
border-color: #022D1B;
}
.TagClassName
{
border-color: #022D1B;
}
</style>