Shades of Dark Green #00221D
Tints of Dark Green #00221D
RGB
CMYK
RGB Variations
Color information
#00221D (or 0x00221D) is known color: Dark Green. HEX triplet: 00, 22 and 1D. RGB value is (0,34,29). Sum of RGB (Red+Green+Blue) = 0+34+29=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #00221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221D is #FFDDE2. Grayscale: #171717. Windows color (decimal): -16768483 or 1909248. OLE color: 1909248.
HSL color Cylindrical-coordinate representation of color #00221D: hue angle of 171.18º 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 #00221D is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
RGB | 0 | 34 | 29 | - |
CMYK | 1 | 0 | 0.15 | 0.87 |
HSL | 171.18º | 1% | 0.07% | - |
HSV(B) | 171.18º | 1% | 0.13% | - |
XYZ | 0.79 | 1.23 | 1.36 | - |
YUV | 23.26 | 131.24 | 111.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 34 | 29 | 1 | 0 | 0.15 | 0.87 | 171.18 | 1 | 0.07 |
Hex | 0 | 22 | 1D | 64 | 0 | F | 57 | AB | 64 | 7 |
Octal | 0 | 42 | 35 | 144 | 0 | 17 | 127 | 253 | 144 | 7 |
Binary | 0 | 100010 | 11101 | 1100100 | 0 | 1111 | 1010111 | 10101011 | 1100100 | 111 |
Color Harmonies of #00221D
Complementary color
Monochromatic Colors of #00221D
Black with #00221D
Text Example
Text Example
White with #00221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00221D; }
p { color: rgb(0,34,29); }
H1.HeaderClassName
{
color: #00221D;
}
.AnyTagClassName
{
color: #00221D;
}
</style>
background-color css
<style>
a { background-color: #00221D; }
a { background-color: rgb(0,34,29); }
div.DivClassName
{
background-color: #00221D;
}
.BgClassName
{
background-color: #00221D;
}
</style>
border-color css
<style>
span { border-color: #00221D; }
span { border-color: rgb(0,34,29); }
td.TdClassName
{
border-color: #00221D;
}
.TagClassName
{
border-color: #00221D;
}
</style>