Shades of Dark Green #00201B
Tints of Dark Green #00201B
RGB
CMYK
RGB Variations
Color information
#00201B (or 0x00201B) is known color: Dark Green. HEX triplet: 00, 20 and 1B. RGB value is (0,32,27). Sum of RGB (Red+Green+Blue) = 0+32+27=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #00201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00201B is #FFDFE4. Grayscale: #151515. Windows color (decimal): -16768997 or 1777664. OLE color: 1777664.
HSL color Cylindrical-coordinate representation of color #00201B: hue angle of 170.62º 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 #00201B is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
RGB | 0 | 32 | 27 | - |
CMYK | 1 | 0 | 0.16 | 0.87 |
HSL | 170.63º | 1% | 0.06% | - |
HSV(B) | 170.63º | 1% | 0.13% | - |
XYZ | 0.71 | 1.11 | 1.21 | - |
YUV | 21.86 | 130.9 | 112.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 32 | 27 | 1 | 0 | 0.16 | 0.87 | 170.63 | 1 | 0.06 |
Hex | 0 | 20 | 1B | 64 | 0 | 10 | 57 | AB | 64 | 6 |
Octal | 0 | 40 | 33 | 144 | 0 | 20 | 127 | 253 | 144 | 6 |
Binary | 0 | 100000 | 11011 | 1100100 | 0 | 10000 | 1010111 | 10101011 | 1100100 | 110 |
Color Harmonies of #00201B
Complementary color
Monochromatic Colors of #00201B
Black with #00201B
Text Example
Text Example
White with #00201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00201B; }
p { color: rgb(0,32,27); }
H1.HeaderClassName
{
color: #00201B;
}
.AnyTagClassName
{
color: #00201B;
}
</style>
background-color css
<style>
a { background-color: #00201B; }
a { background-color: rgb(0,32,27); }
div.DivClassName
{
background-color: #00201B;
}
.BgClassName
{
background-color: #00201B;
}
</style>
border-color css
<style>
span { border-color: #00201B; }
span { border-color: rgb(0,32,27); }
td.TdClassName
{
border-color: #00201B;
}
.TagClassName
{
border-color: #00201B;
}
</style>