Shades of Dark Green #00211C
Tints of Dark Green #00211C
RGB
CMYK
RGB Variations
Color information
#00211C (or 0x00211C) is known color: Dark Green. HEX triplet: 00, 21 and 1C. RGB value is (0,33,28). Sum of RGB (Red+Green+Blue) = 0+33+28=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #00211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00211C is #FFDEE3. Grayscale: #161616. Windows color (decimal): -16768740 or 1843456. OLE color: 1843456.
HSL color Cylindrical-coordinate representation of color #00211C: hue angle of 170.91º 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 #00211C is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 33 | 28 | - |
| CMYK | 1 | 0 | 0.15 | 0.87 |
| HSL | 170.91º | 1% | 0.06% | - |
| HSV(B) | 170.91º | 1% | 0.13% | - |
| XYZ | 0.75 | 1.17 | 1.29 | - |
| YUV | 22.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 28 | 1 | 0 | 0.15 | 0.87 | 170.91 | 1 | 0.06 |
| Hex | 0 | 21 | 1C | 64 | 0 | F | 57 | AB | 64 | 6 |
| Octal | 0 | 41 | 34 | 144 | 0 | 17 | 127 | 253 | 144 | 6 |
| Binary | 0 | 100001 | 11100 | 1100100 | 0 | 1111 | 1010111 | 10101011 | 1100100 | 110 |
Color Harmonies of #00211C
Complementary color
Monochromatic Colors of #00211C
Black with #00211C
Text Example
Text Example
White with #00211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00211C; }
p { color: rgb(0,33,28); }
H1.HeaderClassName
{
color: #00211C;
}
.AnyTagClassName
{
color: #00211C;
}
</style>
background-color css
<style>
a { background-color: #00211C; }
a { background-color: rgb(0,33,28); }
div.DivClassName
{
background-color: #00211C;
}
.BgClassName
{
background-color: #00211C;
}
</style>
border-color css
<style>
span { border-color: #00211C; }
span { border-color: rgb(0,33,28); }
td.TdClassName
{
border-color: #00211C;
}
.TagClassName
{
border-color: #00211C;
}
</style>