Shades of Dark Green #01210D
Tints of Dark Green #01210D
RGB
CMYK
RGB Variations
Color information
#01210D (or 0x01210D) is known color: Dark Green. HEX triplet: 01, 21 and 0D. RGB value is (1,33,13). Sum of RGB (Red+Green+Blue) = 1+33+13=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #01210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210D is #FEDEF2. Grayscale: #151515. Windows color (decimal): -16703219 or 860417. OLE color: 860417.
HSL color Cylindrical-coordinate representation of color #01210D: hue angle of 142.5º 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 #01210D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 13 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.87 |
| HSL | 142.5º | 0.94% | 0.07% | - |
| HSV(B) | 142.5º | 0.97% | 0.13% | - |
| XYZ | 0.63 | 1.12 | 0.56 | - |
| YUV | 21.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 13 | 0.97 | 0 | 0.61 | 0.87 | 142.5 | 0.94 | 0.07 |
| Hex | 1 | 21 | D | 61 | 0 | 3D | 57 | 8E | 5E | 7 |
| Octal | 1 | 41 | 15 | 141 | 0 | 75 | 127 | 216 | 136 | 7 |
| Binary | 1 | 100001 | 1101 | 1100001 | 0 | 111101 | 1010111 | 10001110 | 1011110 | 111 |
Color Harmonies of #01210D
Complementary color
Monochromatic Colors of #01210D
Black with #01210D
Text Example
Text Example
White with #01210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01210D; }
p { color: rgb(1,33,13); }
H1.HeaderClassName
{
color: #01210D;
}
.AnyTagClassName
{
color: #01210D;
}
</style>
background-color css
<style>
a { background-color: #01210D; }
a { background-color: rgb(1,33,13); }
div.DivClassName
{
background-color: #01210D;
}
.BgClassName
{
background-color: #01210D;
}
</style>
border-color css
<style>
span { border-color: #01210D; }
span { border-color: rgb(1,33,13); }
td.TdClassName
{
border-color: #01210D;
}
.TagClassName
{
border-color: #01210D;
}
</style>