Shades of Dark Green #01221D
Tints of Dark Green #01221D
RGB
CMYK
RGB Variations
Color information
#01221D (or 0x01221D) is known color: Dark Green. HEX triplet: 01, 22 and 1D. RGB value is (1,34,29). Sum of RGB (Red+Green+Blue) = 1+34+29=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #01221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01221D is #FEDDE2. Grayscale: #171717. Windows color (decimal): -16702947 or 1909249. OLE color: 1909249.
HSL color Cylindrical-coordinate representation of color #01221D: hue angle of 170.91º 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 #01221D is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 34 | 29 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.87 |
| HSL | 170.91º | 0.94% | 0.07% | - |
| HSV(B) | 170.91º | 0.97% | 0.13% | - |
| XYZ | 0.81 | 1.24 | 1.36 | - |
| YUV | 23.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 29 | 0.97 | 0 | 0.15 | 0.87 | 170.91 | 0.94 | 0.07 |
| Hex | 1 | 22 | 1D | 61 | 0 | F | 57 | AB | 5E | 7 |
| Octal | 1 | 42 | 35 | 141 | 0 | 17 | 127 | 253 | 136 | 7 |
| Binary | 1 | 100010 | 11101 | 1100001 | 0 | 1111 | 1010111 | 10101011 | 1011110 | 111 |
Color Harmonies of #01221D
Complementary color
Monochromatic Colors of #01221D
Black with #01221D
Text Example
Text Example
White with #01221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01221D; }
p { color: rgb(1,34,29); }
H1.HeaderClassName
{
color: #01221D;
}
.AnyTagClassName
{
color: #01221D;
}
</style>
background-color css
<style>
a { background-color: #01221D; }
a { background-color: rgb(1,34,29); }
div.DivClassName
{
background-color: #01221D;
}
.BgClassName
{
background-color: #01221D;
}
</style>
border-color css
<style>
span { border-color: #01221D; }
span { border-color: rgb(1,34,29); }
td.TdClassName
{
border-color: #01221D;
}
.TagClassName
{
border-color: #01221D;
}
</style>