Shades of Dark Green #01220A
Tints of Dark Green #01220A
RGB
CMYK
RGB Variations
Color information
#01220A (or 0x01220A) is known color: Dark Green. HEX triplet: 01, 22 and 0A. RGB value is (1,34,10). Sum of RGB (Red+Green+Blue) = 1+34+10=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 34 (13.67% from 255 or 75.56% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 34 - color contains mainly: green. Hex color #01220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01220A is #FEDDF5. Grayscale: #151515. Windows color (decimal): -16702966 or 664065. OLE color: 664065.
HSL color Cylindrical-coordinate representation of color #01220A: hue angle of 136.36º 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 #01220A is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 34 | 10 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.87 |
| HSL | 136.36º | 0.94% | 0.07% | - |
| HSV(B) | 136.36º | 0.97% | 0.13% | - |
| XYZ | 0.64 | 1.17 | 0.48 | - |
| YUV | 21.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 10 | 0.97 | 0 | 0.71 | 0.87 | 136.36 | 0.94 | 0.07 |
| Hex | 1 | 22 | A | 61 | 0 | 47 | 57 | 88 | 5E | 7 |
| Octal | 1 | 42 | 12 | 141 | 0 | 107 | 127 | 210 | 136 | 7 |
| Binary | 1 | 100010 | 1010 | 1100001 | 0 | 1000111 | 1010111 | 10001000 | 1011110 | 111 |
Color Harmonies of #01220A
Complementary color
Monochromatic Colors of #01220A
Black with #01220A
Text Example
Text Example
White with #01220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01220A; }
p { color: rgb(1,34,10); }
H1.HeaderClassName
{
color: #01220A;
}
.AnyTagClassName
{
color: #01220A;
}
</style>
background-color css
<style>
a { background-color: #01220A; }
a { background-color: rgb(1,34,10); }
div.DivClassName
{
background-color: #01220A;
}
.BgClassName
{
background-color: #01220A;
}
</style>
border-color css
<style>
span { border-color: #01220A; }
span { border-color: rgb(1,34,10); }
td.TdClassName
{
border-color: #01220A;
}
.TagClassName
{
border-color: #01220A;
}
</style>