Shades of Dark Green #00221E
Tints of Dark Green #00221E
RGB
CMYK
RGB Variations
Color information
#00221E (or 0x00221E) is known color: Dark Green. HEX triplet: 00, 22 and 1E. RGB value is (0,34,30). Sum of RGB (Red+Green+Blue) = 0+34+30=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #00221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221E is #FFDDE1. Grayscale: #171717. Windows color (decimal): -16768482 or 1974784. OLE color: 1974784.
HSL color Cylindrical-coordinate representation of color #00221E: hue angle of 172.94º 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 #00221E is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
RGB | 0 | 34 | 30 | - |
CMYK | 1 | 0 | 0.12 | 0.87 |
HSL | 172.94º | 1% | 0.07% | - |
HSV(B) | 172.94º | 1% | 0.13% | - |
XYZ | 0.81 | 1.24 | 1.42 | - |
YUV | 23.38 | 131.74 | 111.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 34 | 30 | 1 | 0 | 0.12 | 0.87 | 172.94 | 1 | 0.07 |
Hex | 0 | 22 | 1E | 64 | 0 | C | 57 | AD | 64 | 7 |
Octal | 0 | 42 | 36 | 144 | 0 | 14 | 127 | 255 | 144 | 7 |
Binary | 0 | 100010 | 11110 | 1100100 | 0 | 1100 | 1010111 | 10101101 | 1100100 | 111 |
Color Harmonies of #00221E
Complementary color
Monochromatic Colors of #00221E
Black with #00221E
Text Example
Text Example
White with #00221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00221E; }
p { color: rgb(0,34,30); }
H1.HeaderClassName
{
color: #00221E;
}
.AnyTagClassName
{
color: #00221E;
}
</style>
background-color css
<style>
a { background-color: #00221E; }
a { background-color: rgb(0,34,30); }
div.DivClassName
{
background-color: #00221E;
}
.BgClassName
{
background-color: #00221E;
}
</style>
border-color css
<style>
span { border-color: #00221E; }
span { border-color: rgb(0,34,30); }
td.TdClassName
{
border-color: #00221E;
}
.TagClassName
{
border-color: #00221E;
}
</style>