Shades of Dark Green #00210D
Tints of Dark Green #00210D
RGB
CMYK
RGB Variations
Color information
#00210D (or 0x00210D) is known color: Dark Green. HEX triplet: 00, 21 and 0D. RGB value is (0,33,13). Sum of RGB (Red+Green+Blue) = 0+33+13=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 33 (13.28% from 255 or 71.74% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 33 - color contains mainly: green. Hex color #00210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00210D is #FFDEF2. Grayscale: #141414. Windows color (decimal): -16768755 or 860416. OLE color: 860416.
HSL color Cylindrical-coordinate representation of color #00210D: hue angle of 143.64º 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 #00210D is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 33 | 13 | - |
| CMYK | 1 | 0 | 0.61 | 0.87 |
| HSL | 143.64º | 1% | 0.06% | - |
| HSV(B) | 143.64º | 1% | 0.13% | - |
| XYZ | 0.62 | 1.12 | 0.56 | - |
| YUV | 20.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 13 | 1 | 0 | 0.61 | 0.87 | 143.64 | 1 | 0.06 |
| Hex | 0 | 21 | D | 64 | 0 | 3D | 57 | 90 | 64 | 6 |
| Octal | 0 | 41 | 15 | 144 | 0 | 75 | 127 | 220 | 144 | 6 |
| Binary | 0 | 100001 | 1101 | 1100100 | 0 | 111101 | 1010111 | 10010000 | 1100100 | 110 |
Color Harmonies of #00210D
Complementary color
Monochromatic Colors of #00210D
Black with #00210D
Text Example
Text Example
White with #00210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00210D; }
p { color: rgb(0,33,13); }
H1.HeaderClassName
{
color: #00210D;
}
.AnyTagClassName
{
color: #00210D;
}
</style>
background-color css
<style>
a { background-color: #00210D; }
a { background-color: rgb(0,33,13); }
div.DivClassName
{
background-color: #00210D;
}
.BgClassName
{
background-color: #00210D;
}
</style>
border-color css
<style>
span { border-color: #00210D; }
span { border-color: rgb(0,33,13); }
td.TdClassName
{
border-color: #00210D;
}
.TagClassName
{
border-color: #00210D;
}
</style>