Shades of Dark Green #01220D
Tints of Dark Green #01220D
RGB
CMYK
RGB Variations
Color information
#01220D (or 0x01220D) is known color: Dark Green. HEX triplet: 01, 22 and 0D. RGB value is (1,34,13). Sum of RGB (Red+Green+Blue) = 1+34+13=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 34 (13.67% from 255 or 70.83% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 34 - color contains mainly: green. Hex color #01220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01220D is #FEDDF2. Grayscale: #151515. Windows color (decimal): -16702963 or 860673. OLE color: 860673.
HSL color Cylindrical-coordinate representation of color #01220D: hue angle of 141.82º 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 #01220D is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 34 | 13 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.87 |
| HSL | 141.82º | 0.94% | 0.07% | - |
| HSV(B) | 141.82º | 0.97% | 0.13% | - |
| XYZ | 0.66 | 1.18 | 0.57 | - |
| YUV | 21.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 13 | 0.97 | 0 | 0.62 | 0.87 | 141.82 | 0.94 | 0.07 |
| Hex | 1 | 22 | D | 61 | 0 | 3E | 57 | 8E | 5E | 7 |
| Octal | 1 | 42 | 15 | 141 | 0 | 76 | 127 | 216 | 136 | 7 |
| Binary | 1 | 100010 | 1101 | 1100001 | 0 | 111110 | 1010111 | 10001110 | 1011110 | 111 |
Color Harmonies of #01220D
Complementary color
Monochromatic Colors of #01220D
Black with #01220D
Text Example
Text Example
White with #01220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01220D; }
p { color: rgb(1,34,13); }
H1.HeaderClassName
{
color: #01220D;
}
.AnyTagClassName
{
color: #01220D;
}
</style>
background-color css
<style>
a { background-color: #01220D; }
a { background-color: rgb(1,34,13); }
div.DivClassName
{
background-color: #01220D;
}
.BgClassName
{
background-color: #01220D;
}
</style>
border-color css
<style>
span { border-color: #01220D; }
span { border-color: rgb(1,34,13); }
td.TdClassName
{
border-color: #01220D;
}
.TagClassName
{
border-color: #01220D;
}
</style>