Shades of Dark Green #04220E
Tints of Dark Green #04220E
RGB
CMYK
RGB Variations
Color information
#04220E (or 0x04220E) is known color: Dark Green. HEX triplet: 04, 22 and 0E. RGB value is (4,34,14). Sum of RGB (Red+Green+Blue) = 4+34+14=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #04220E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04220E is #FBDDF1. Grayscale: #161616. Windows color (decimal): -16506354 or 926212. OLE color: 926212.
HSL color Cylindrical-coordinate representation of color #04220E: hue angle of 140º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #04220E is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 34 | 14 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.87 |
| HSL | 140º | 0.79% | 0.07% | - |
| HSV(B) | 140º | 0.88% | 0.13% | - |
| XYZ | 0.7 | 1.2 | 0.61 | - |
| YUV | 22.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 14 | 0.88 | 0 | 0.59 | 0.87 | 140 | 0.79 | 0.07 |
| Hex | 4 | 22 | E | 58 | 0 | 3B | 57 | 8C | 4F | 7 |
| Octal | 4 | 42 | 16 | 130 | 0 | 73 | 127 | 214 | 117 | 7 |
| Binary | 100 | 100010 | 1110 | 1011000 | 0 | 111011 | 1010111 | 10001100 | 1001111 | 111 |
Color Harmonies of #04220E
Complementary color
Monochromatic Colors of #04220E
Black with #04220E
Text Example
Text Example
White with #04220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04220E; }
p { color: rgb(4,34,14); }
H1.HeaderClassName
{
color: #04220E;
}
.AnyTagClassName
{
color: #04220E;
}
</style>
background-color css
<style>
a { background-color: #04220E; }
a { background-color: rgb(4,34,14); }
div.DivClassName
{
background-color: #04220E;
}
.BgClassName
{
background-color: #04220E;
}
</style>
border-color css
<style>
span { border-color: #04220E; }
span { border-color: rgb(4,34,14); }
td.TdClassName
{
border-color: #04220E;
}
.TagClassName
{
border-color: #04220E;
}
</style>