Shades of Dark Green #00220E
Tints of Dark Green #00220E
RGB
CMYK
RGB Variations
Color information
#00220E (or 0x00220E) is known color: Dark Green. HEX triplet: 00, 22 and 0E. RGB value is (0,34,14). Sum of RGB (Red+Green+Blue) = 0+34+14=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 34 (13.67% from 255 or 70.83% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 34 - color contains mainly: green. Hex color #00220E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00220E is #FFDDF1. Grayscale: #151515. Windows color (decimal): -16768498 or 926208. OLE color: 926208.
HSL color Cylindrical-coordinate representation of color #00220E: hue angle of 144.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00220E is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 34 | 14 | - |
| CMYK | 1 | 0 | 0.59 | 0.87 |
| HSL | 144.71º | 1% | 0.07% | - |
| HSV(B) | 144.71º | 1% | 0.13% | - |
| XYZ | 0.65 | 1.18 | 0.61 | - |
| YUV | 21.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 14 | 1 | 0 | 0.59 | 0.87 | 144.71 | 1 | 0.07 |
| Hex | 0 | 22 | E | 64 | 0 | 3B | 57 | 91 | 64 | 7 |
| Octal | 0 | 42 | 16 | 144 | 0 | 73 | 127 | 221 | 144 | 7 |
| Binary | 0 | 100010 | 1110 | 1100100 | 0 | 111011 | 1010111 | 10010001 | 1100100 | 111 |
Color Harmonies of #00220E
Complementary color
Monochromatic Colors of #00220E
Black with #00220E
Text Example
Text Example
White with #00220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00220E; }
p { color: rgb(0,34,14); }
H1.HeaderClassName
{
color: #00220E;
}
.AnyTagClassName
{
color: #00220E;
}
</style>
background-color css
<style>
a { background-color: #00220E; }
a { background-color: rgb(0,34,14); }
div.DivClassName
{
background-color: #00220E;
}
.BgClassName
{
background-color: #00220E;
}
</style>
border-color css
<style>
span { border-color: #00220E; }
span { border-color: rgb(0,34,14); }
td.TdClassName
{
border-color: #00220E;
}
.TagClassName
{
border-color: #00220E;
}
</style>