Shades of Dark Green #01200C
Tints of Dark Green #01200C
RGB
CMYK
RGB Variations
Color information
#01200C (or 0x01200C) is known color: Dark Green. HEX triplet: 01, 20 and 0C. RGB value is (1,32,12). Sum of RGB (Red+Green+Blue) = 1+32+12=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #01200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01200C is #FEDFF3. Grayscale: #141414. Windows color (decimal): -16703476 or 794625. OLE color: 794625.
HSL color Cylindrical-coordinate representation of color #01200C: hue angle of 141.29º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01200C is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 12 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.87 |
| HSL | 141.29º | 0.94% | 0.06% | - |
| HSV(B) | 141.29º | 0.97% | 0.13% | - |
| XYZ | 0.6 | 1.07 | 0.52 | - |
| YUV | 20.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 12 | 0.97 | 0 | 0.63 | 0.87 | 141.29 | 0.94 | 0.06 |
| Hex | 1 | 20 | C | 61 | 0 | 3F | 57 | 8D | 5E | 6 |
| Octal | 1 | 40 | 14 | 141 | 0 | 77 | 127 | 215 | 136 | 6 |
| Binary | 1 | 100000 | 1100 | 1100001 | 0 | 111111 | 1010111 | 10001101 | 1011110 | 110 |
Color Harmonies of #01200C
Complementary color
Monochromatic Colors of #01200C
Black with #01200C
Text Example
Text Example
White with #01200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01200C; }
p { color: rgb(1,32,12); }
H1.HeaderClassName
{
color: #01200C;
}
.AnyTagClassName
{
color: #01200C;
}
</style>
background-color css
<style>
a { background-color: #01200C; }
a { background-color: rgb(1,32,12); }
div.DivClassName
{
background-color: #01200C;
}
.BgClassName
{
background-color: #01200C;
}
</style>
border-color css
<style>
span { border-color: #01200C; }
span { border-color: rgb(1,32,12); }
td.TdClassName
{
border-color: #01200C;
}
.TagClassName
{
border-color: #01200C;
}
</style>