Shades of Dark Green #00201F
Tints of Dark Green #00201F
RGB
CMYK
RGB Variations
Color information
#00201F (or 0x00201F) is known color: Dark Green. HEX triplet: 00, 20 and 1F. RGB value is (0,32,31). Sum of RGB (Red+Green+Blue) = 0+32+31=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #00201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00201F is #FFDFE0. Grayscale: #161616. Windows color (decimal): -16768993 or 2039808. OLE color: 2039808.
HSL color Cylindrical-coordinate representation of color #00201F: hue angle of 178.12º 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 #00201F is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 31 | - |
| CMYK | 1 | 0 | 0.03 | 0.87 |
| HSL | 178.13º | 1% | 0.06% | - |
| HSV(B) | 178.13º | 1% | 0.13% | - |
| XYZ | 0.76 | 1.13 | 1.47 | - |
| YUV | 22.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 31 | 1 | 0 | 0.03 | 0.87 | 178.13 | 1 | 0.06 |
| Hex | 0 | 20 | 1F | 64 | 0 | 3 | 57 | B2 | 64 | 6 |
| Octal | 0 | 40 | 37 | 144 | 0 | 3 | 127 | 262 | 144 | 6 |
| Binary | 0 | 100000 | 11111 | 1100100 | 0 | 11 | 1010111 | 10110010 | 1100100 | 110 |
Color Harmonies of #00201F
Complementary color
Monochromatic Colors of #00201F
Black with #00201F
Text Example
Text Example
White with #00201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00201F; }
p { color: rgb(0,32,31); }
H1.HeaderClassName
{
color: #00201F;
}
.AnyTagClassName
{
color: #00201F;
}
</style>
background-color css
<style>
a { background-color: #00201F; }
a { background-color: rgb(0,32,31); }
div.DivClassName
{
background-color: #00201F;
}
.BgClassName
{
background-color: #00201F;
}
</style>
border-color css
<style>
span { border-color: #00201F; }
span { border-color: rgb(0,32,31); }
td.TdClassName
{
border-color: #00201F;
}
.TagClassName
{
border-color: #00201F;
}
</style>