Shades of Dark Green #022E1B
Tints of Dark Green #022E1B
RGB
CMYK
RGB Variations
Color information
#022E1B (or 0x022E1B) is known color: Dark Green. HEX triplet: 02, 2E and 1B. RGB value is (2,46,27). Sum of RGB (Red+Green+Blue) = 2+46+27=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 46 (18.36% from 255 or 61.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 46 - color contains mainly: green. Hex color #022E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E1B is #FDD1E4. Grayscale: #1E1E1E. Windows color (decimal): -16634341 or 1781250. OLE color: 1781250.
HSL color Cylindrical-coordinate representation of color #022E1B: hue angle of 154.09º degrees, saturation: 0.92, 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 #022E1B is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 46 | 27 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.82 |
| HSL | 154.09º | 0.92% | 0.09% | - |
| HSV(B) | 154.09º | 0.96% | 0.18% | - |
| XYZ | 1.2 | 2.05 | 1.37 | - |
| YUV | 30.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 27 | 0.96 | 0 | 0.41 | 0.82 | 154.09 | 0.92 | 0.09 |
| Hex | 2 | 2E | 1B | 60 | 0 | 29 | 52 | 9A | 5C | 9 |
| Octal | 2 | 56 | 33 | 140 | 0 | 51 | 122 | 232 | 134 | 11 |
| Binary | 10 | 101110 | 11011 | 1100000 | 0 | 101001 | 1010010 | 10011010 | 1011100 | 1001 |
Color Harmonies of #022E1B
Complementary color
Monochromatic Colors of #022E1B
Black with #022E1B
Text Example
Text Example
White with #022E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E1B; }
p { color: rgb(2,46,27); }
H1.HeaderClassName
{
color: #022E1B;
}
.AnyTagClassName
{
color: #022E1B;
}
</style>
background-color css
<style>
a { background-color: #022E1B; }
a { background-color: rgb(2,46,27); }
div.DivClassName
{
background-color: #022E1B;
}
.BgClassName
{
background-color: #022E1B;
}
</style>
border-color css
<style>
span { border-color: #022E1B; }
span { border-color: rgb(2,46,27); }
td.TdClassName
{
border-color: #022E1B;
}
.TagClassName
{
border-color: #022E1B;
}
</style>