Shades of Dark Green #00200F
Tints of Dark Green #00200F
RGB
CMYK
RGB Variations
Color information
#00200F (or 0x00200F) is known color: Dark Green. HEX triplet: 00, 20 and 0F. RGB value is (0,32,15). Sum of RGB (Red+Green+Blue) = 0+32+15=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 32 (12.89% from 255 or 68.09% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 32 - color contains mainly: green. Hex color #00200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00200F is #FFDFF0. Grayscale: #141414. Windows color (decimal): -16769009 or 991232. OLE color: 991232.
HSL color Cylindrical-coordinate representation of color #00200F: hue angle of 148.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 #00200F is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 15 | - |
| CMYK | 1 | 0 | 0.53 | 0.87 |
| HSL | 148.13º | 1% | 0.06% | - |
| HSV(B) | 148.13º | 1% | 0.13% | - |
| XYZ | 0.6 | 1.07 | 0.63 | - |
| YUV | 20.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 15 | 1 | 0 | 0.53 | 0.87 | 148.13 | 1 | 0.06 |
| Hex | 0 | 20 | F | 64 | 0 | 35 | 57 | 94 | 64 | 6 |
| Octal | 0 | 40 | 17 | 144 | 0 | 65 | 127 | 224 | 144 | 6 |
| Binary | 0 | 100000 | 1111 | 1100100 | 0 | 110101 | 1010111 | 10010100 | 1100100 | 110 |
Color Harmonies of #00200F
Complementary color
Monochromatic Colors of #00200F
Black with #00200F
Text Example
Text Example
White with #00200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00200F; }
p { color: rgb(0,32,15); }
H1.HeaderClassName
{
color: #00200F;
}
.AnyTagClassName
{
color: #00200F;
}
</style>
background-color css
<style>
a { background-color: #00200F; }
a { background-color: rgb(0,32,15); }
div.DivClassName
{
background-color: #00200F;
}
.BgClassName
{
background-color: #00200F;
}
</style>
border-color css
<style>
span { border-color: #00200F; }
span { border-color: rgb(0,32,15); }
td.TdClassName
{
border-color: #00200F;
}
.TagClassName
{
border-color: #00200F;
}
</style>