Shades of Dark Green #00211D
Tints of Dark Green #00211D
RGB
CMYK
RGB Variations
Color information
#00211D (or 0x00211D) is known color: Dark Green. HEX triplet: 00, 21 and 1D. RGB value is (0,33,29). Sum of RGB (Red+Green+Blue) = 0+33+29=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #00211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00211D is #FFDEE2. Grayscale: #161616. Windows color (decimal): -16768739 or 1908992. OLE color: 1908992.
HSL color Cylindrical-coordinate representation of color #00211D: hue angle of 172.73º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00211D is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 33 | 29 | - |
| CMYK | 1 | 0 | 0.12 | 0.87 |
| HSL | 172.73º | 1% | 0.06% | - |
| HSV(B) | 172.73º | 1% | 0.13% | - |
| XYZ | 0.77 | 1.18 | 1.35 | - |
| YUV | 22.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 29 | 1 | 0 | 0.12 | 0.87 | 172.73 | 1 | 0.06 |
| Hex | 0 | 21 | 1D | 64 | 0 | C | 57 | AD | 64 | 6 |
| Octal | 0 | 41 | 35 | 144 | 0 | 14 | 127 | 255 | 144 | 6 |
| Binary | 0 | 100001 | 11101 | 1100100 | 0 | 1100 | 1010111 | 10101101 | 1100100 | 110 |
Color Harmonies of #00211D
Complementary color
Monochromatic Colors of #00211D
Black with #00211D
Text Example
Text Example
White with #00211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00211D; }
p { color: rgb(0,33,29); }
H1.HeaderClassName
{
color: #00211D;
}
.AnyTagClassName
{
color: #00211D;
}
</style>
background-color css
<style>
a { background-color: #00211D; }
a { background-color: rgb(0,33,29); }
div.DivClassName
{
background-color: #00211D;
}
.BgClassName
{
background-color: #00211D;
}
</style>
border-color css
<style>
span { border-color: #00211D; }
span { border-color: rgb(0,33,29); }
td.TdClassName
{
border-color: #00211D;
}
.TagClassName
{
border-color: #00211D;
}
</style>