Shades of Dark Green #01201A
Tints of Dark Green #01201A
RGB
CMYK
RGB Variations
Color information
#01201A (or 0x01201A) is known color: Dark Green. HEX triplet: 01, 20 and 1A. RGB value is (1,32,26). Sum of RGB (Red+Green+Blue) = 1+32+26=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #01201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201A is #FEDFE5. Grayscale: #161616. Windows color (decimal): -16703462 or 1712129. OLE color: 1712129.
HSL color Cylindrical-coordinate representation of color #01201A: hue angle of 168.39º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01201A is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 26 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.87 |
| HSL | 168.39º | 0.94% | 0.06% | - |
| HSV(B) | 168.39º | 0.97% | 0.13% | - |
| XYZ | 0.72 | 1.11 | 1.15 | - |
| YUV | 22.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 26 | 0.97 | 0 | 0.19 | 0.87 | 168.39 | 0.94 | 0.06 |
| Hex | 1 | 20 | 1A | 61 | 0 | 13 | 57 | A8 | 5E | 6 |
| Octal | 1 | 40 | 32 | 141 | 0 | 23 | 127 | 250 | 136 | 6 |
| Binary | 1 | 100000 | 11010 | 1100001 | 0 | 10011 | 1010111 | 10101000 | 1011110 | 110 |
Color Harmonies of #01201A
Complementary color
Monochromatic Colors of #01201A
Black with #01201A
Text Example
Text Example
White with #01201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01201A; }
p { color: rgb(1,32,26); }
H1.HeaderClassName
{
color: #01201A;
}
.AnyTagClassName
{
color: #01201A;
}
</style>
background-color css
<style>
a { background-color: #01201A; }
a { background-color: rgb(1,32,26); }
div.DivClassName
{
background-color: #01201A;
}
.BgClassName
{
background-color: #01201A;
}
</style>
border-color css
<style>
span { border-color: #01201A; }
span { border-color: rgb(1,32,26); }
td.TdClassName
{
border-color: #01201A;
}
.TagClassName
{
border-color: #01201A;
}
</style>