Shades of Dark Green #00210F
Tints of Dark Green #00210F
RGB
CMYK
RGB Variations
Color information
#00210F (or 0x00210F) is known color: Dark Green. HEX triplet: 00, 21 and 0F. RGB value is (0,33,15). Sum of RGB (Red+Green+Blue) = 0+33+15=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #00210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00210F is #FFDEF0. Grayscale: #151515. Windows color (decimal): -16768753 or 991488. OLE color: 991488.
HSL color Cylindrical-coordinate representation of color #00210F: hue angle of 147.27º 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 #00210F is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 33 | 15 | - |
| CMYK | 1 | 0 | 0.55 | 0.87 |
| HSL | 147.27º | 1% | 0.06% | - |
| HSV(B) | 147.27º | 1% | 0.13% | - |
| XYZ | 0.63 | 1.12 | 0.64 | - |
| YUV | 21.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 15 | 1 | 0 | 0.55 | 0.87 | 147.27 | 1 | 0.06 |
| Hex | 0 | 21 | F | 64 | 0 | 37 | 57 | 93 | 64 | 6 |
| Octal | 0 | 41 | 17 | 144 | 0 | 67 | 127 | 223 | 144 | 6 |
| Binary | 0 | 100001 | 1111 | 1100100 | 0 | 110111 | 1010111 | 10010011 | 1100100 | 110 |
Color Harmonies of #00210F
Complementary color
Monochromatic Colors of #00210F
Black with #00210F
Text Example
Text Example
White with #00210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00210F; }
p { color: rgb(0,33,15); }
H1.HeaderClassName
{
color: #00210F;
}
.AnyTagClassName
{
color: #00210F;
}
</style>
background-color css
<style>
a { background-color: #00210F; }
a { background-color: rgb(0,33,15); }
div.DivClassName
{
background-color: #00210F;
}
.BgClassName
{
background-color: #00210F;
}
</style>
border-color css
<style>
span { border-color: #00210F; }
span { border-color: rgb(0,33,15); }
td.TdClassName
{
border-color: #00210F;
}
.TagClassName
{
border-color: #00210F;
}
</style>