Shades of Dark Green #00201A
Tints of Dark Green #00201A
RGB
CMYK
RGB Variations
Color information
#00201A (or 0x00201A) is known color: Dark Green. HEX triplet: 00, 20 and 1A. RGB value is (0,32,26). Sum of RGB (Red+Green+Blue) = 0+32+26=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #00201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00201A is #FFDFE5. Grayscale: #151515. Windows color (decimal): -16768998 or 1712128. OLE color: 1712128.
HSL color Cylindrical-coordinate representation of color #00201A: hue angle of 168.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 #00201A is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
RGB | 0 | 32 | 26 | - |
CMYK | 1 | 0 | 0.19 | 0.87 |
HSL | 168.75º | 1% | 0.06% | - |
HSV(B) | 168.75º | 1% | 0.13% | - |
XYZ | 0.7 | 1.11 | 1.15 | - |
YUV | 21.75 | 130.4 | 112.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 32 | 26 | 1 | 0 | 0.19 | 0.87 | 168.75 | 1 | 0.06 |
Hex | 0 | 20 | 1A | 64 | 0 | 13 | 57 | A9 | 64 | 6 |
Octal | 0 | 40 | 32 | 144 | 0 | 23 | 127 | 251 | 144 | 6 |
Binary | 0 | 100000 | 11010 | 1100100 | 0 | 10011 | 1010111 | 10101001 | 1100100 | 110 |
Color Harmonies of #00201A
Complementary color
Monochromatic Colors of #00201A
Black with #00201A
Text Example
Text Example
White with #00201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00201A; }
p { color: rgb(0,32,26); }
H1.HeaderClassName
{
color: #00201A;
}
.AnyTagClassName
{
color: #00201A;
}
</style>
background-color css
<style>
a { background-color: #00201A; }
a { background-color: rgb(0,32,26); }
div.DivClassName
{
background-color: #00201A;
}
.BgClassName
{
background-color: #00201A;
}
</style>
border-color css
<style>
span { border-color: #00201A; }
span { border-color: rgb(0,32,26); }
td.TdClassName
{
border-color: #00201A;
}
.TagClassName
{
border-color: #00201A;
}
</style>