Shades of Dark Green #01210C
Tints of Dark Green #01210C
RGB
CMYK
RGB Variations
Color information
#01210C (or 0x01210C) is known color: Dark Green. HEX triplet: 01, 21 and 0C. RGB value is (1,33,12). Sum of RGB (Red+Green+Blue) = 1+33+12=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 33 (13.28% from 255 or 71.74% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 33 - color contains mainly: green. Hex color #01210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210C is #FEDEF3. Grayscale: #151515. Windows color (decimal): -16703220 or 794881. OLE color: 794881.
HSL color Cylindrical-coordinate representation of color #01210C: hue angle of 140.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01210C is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 12 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.87 |
| HSL | 140.63º | 0.94% | 0.07% | - |
| HSV(B) | 140.63º | 0.97% | 0.13% | - |
| XYZ | 0.62 | 1.12 | 0.53 | - |
| YUV | 21.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 12 | 0.97 | 0 | 0.64 | 0.87 | 140.63 | 0.94 | 0.07 |
| Hex | 1 | 21 | C | 61 | 0 | 40 | 57 | 8D | 5E | 7 |
| Octal | 1 | 41 | 14 | 141 | 0 | 100 | 127 | 215 | 136 | 7 |
| Binary | 1 | 100001 | 1100 | 1100001 | 0 | 1000000 | 1010111 | 10001101 | 1011110 | 111 |
Color Harmonies of #01210C
Complementary color
Monochromatic Colors of #01210C
Black with #01210C
Text Example
Text Example
White with #01210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01210C; }
p { color: rgb(1,33,12); }
H1.HeaderClassName
{
color: #01210C;
}
.AnyTagClassName
{
color: #01210C;
}
</style>
background-color css
<style>
a { background-color: #01210C; }
a { background-color: rgb(1,33,12); }
div.DivClassName
{
background-color: #01210C;
}
.BgClassName
{
background-color: #01210C;
}
</style>
border-color css
<style>
span { border-color: #01210C; }
span { border-color: rgb(1,33,12); }
td.TdClassName
{
border-color: #01210C;
}
.TagClassName
{
border-color: #01210C;
}
</style>