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