Shades of Dark Green #00201E
Tints of Dark Green #00201E
RGB
CMYK
RGB Variations
Color information
#00201E (or 0x00201E) is known color: Dark Green. HEX triplet: 00, 20 and 1E. RGB value is (0,32,30). Sum of RGB (Red+Green+Blue) = 0+32+30=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #00201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00201E is #FFDFE1. Grayscale: #161616. Windows color (decimal): -16768994 or 1974272. OLE color: 1974272.
HSL color Cylindrical-coordinate representation of color #00201E: hue angle of 176.25º 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 #00201E is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 30 | - |
| CMYK | 1 | 0 | 0.06 | 0.87 |
| HSL | 176.25º | 1% | 0.06% | - |
| HSV(B) | 176.25º | 1% | 0.13% | - |
| XYZ | 0.75 | 1.13 | 1.41 | - |
| YUV | 22.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 30 | 1 | 0 | 0.06 | 0.87 | 176.25 | 1 | 0.06 |
| Hex | 0 | 20 | 1E | 64 | 0 | 6 | 57 | B0 | 64 | 6 |
| Octal | 0 | 40 | 36 | 144 | 0 | 6 | 127 | 260 | 144 | 6 |
| Binary | 0 | 100000 | 11110 | 1100100 | 0 | 110 | 1010111 | 10110000 | 1100100 | 110 |
Color Harmonies of #00201E
Complementary color
Monochromatic Colors of #00201E
Black with #00201E
Text Example
Text Example
White with #00201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00201E; }
p { color: rgb(0,32,30); }
H1.HeaderClassName
{
color: #00201E;
}
.AnyTagClassName
{
color: #00201E;
}
</style>
background-color css
<style>
a { background-color: #00201E; }
a { background-color: rgb(0,32,30); }
div.DivClassName
{
background-color: #00201E;
}
.BgClassName
{
background-color: #00201E;
}
</style>
border-color css
<style>
span { border-color: #00201E; }
span { border-color: rgb(0,32,30); }
td.TdClassName
{
border-color: #00201E;
}
.TagClassName
{
border-color: #00201E;
}
</style>