Shades of Dark Green #01210F
Tints of Dark Green #01210F
RGB
CMYK
RGB Variations
Color information
#01210F (or 0x01210F) is known color: Dark Green. HEX triplet: 01, 21 and 0F. RGB value is (1,33,15). Sum of RGB (Red+Green+Blue) = 1+33+15=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #01210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210F is #FEDEF0. Grayscale: #151515. Windows color (decimal): -16703217 or 991489. OLE color: 991489.
HSL color Cylindrical-coordinate representation of color #01210F: hue angle of 146.25º 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 #01210F is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 15 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.87 |
| HSL | 146.25º | 0.94% | 0.07% | - |
| HSV(B) | 146.25º | 0.97% | 0.13% | - |
| XYZ | 0.64 | 1.13 | 0.64 | - |
| YUV | 21.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 15 | 0.97 | 0 | 0.55 | 0.87 | 146.25 | 0.94 | 0.07 |
| Hex | 1 | 21 | F | 61 | 0 | 37 | 57 | 92 | 5E | 7 |
| Octal | 1 | 41 | 17 | 141 | 0 | 67 | 127 | 222 | 136 | 7 |
| Binary | 1 | 100001 | 1111 | 1100001 | 0 | 110111 | 1010111 | 10010010 | 1011110 | 111 |
Color Harmonies of #01210F
Complementary color
Monochromatic Colors of #01210F
Black with #01210F
Text Example
Text Example
White with #01210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01210F; }
p { color: rgb(1,33,15); }
H1.HeaderClassName
{
color: #01210F;
}
.AnyTagClassName
{
color: #01210F;
}
</style>
background-color css
<style>
a { background-color: #01210F; }
a { background-color: rgb(1,33,15); }
div.DivClassName
{
background-color: #01210F;
}
.BgClassName
{
background-color: #01210F;
}
</style>
border-color css
<style>
span { border-color: #01210F; }
span { border-color: rgb(1,33,15); }
td.TdClassName
{
border-color: #01210F;
}
.TagClassName
{
border-color: #01210F;
}
</style>