Shades of Dark Green #01210A
Tints of Dark Green #01210A
RGB
CMYK
RGB Variations
Color information
#01210A (or 0x01210A) is known color: Dark Green. HEX triplet: 01, 21 and 0A. RGB value is (1,33,10). Sum of RGB (Red+Green+Blue) = 1+33+10=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 33 (13.28% from 255 or 75% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 33 - color contains mainly: green. Hex color #01210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210A is #FEDEF5. Grayscale: #141414. Windows color (decimal): -16703222 or 663809. OLE color: 663809.
HSL color Cylindrical-coordinate representation of color #01210A: hue angle of 136.88º 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 #01210A is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 10 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.87 |
| HSL | 136.88º | 0.94% | 0.07% | - |
| HSV(B) | 136.88º | 0.97% | 0.13% | - |
| XYZ | 0.61 | 1.12 | 0.47 | - |
| YUV | 20.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 10 | 0.97 | 0 | 0.70 | 0.87 | 136.88 | 0.94 | 0.07 |
| Hex | 1 | 21 | A | 61 | 0 | 46 | 57 | 89 | 5E | 7 |
| Octal | 1 | 41 | 12 | 141 | 0 | 106 | 127 | 211 | 136 | 7 |
| Binary | 1 | 100001 | 1010 | 1100001 | 0 | 1000110 | 1010111 | 10001001 | 1011110 | 111 |
Color Harmonies of #01210A
Complementary color
Monochromatic Colors of #01210A
Black with #01210A
Text Example
Text Example
White with #01210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01210A; }
p { color: rgb(1,33,10); }
H1.HeaderClassName
{
color: #01210A;
}
.AnyTagClassName
{
color: #01210A;
}
</style>
background-color css
<style>
a { background-color: #01210A; }
a { background-color: rgb(1,33,10); }
div.DivClassName
{
background-color: #01210A;
}
.BgClassName
{
background-color: #01210A;
}
</style>
border-color css
<style>
span { border-color: #01210A; }
span { border-color: rgb(1,33,10); }
td.TdClassName
{
border-color: #01210A;
}
.TagClassName
{
border-color: #01210A;
}
</style>