Shades of Dark Green #012C20
Tints of Dark Green #012C20
RGB
CMYK
RGB Variations
Color information
#012C20 (or 0x012C20) is known color: Dark Green. HEX triplet: 01, 2C and 20. RGB value is (1,44,32). Sum of RGB (Red+Green+Blue) = 1+44+32=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #012C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C20 is #FED3DF. Grayscale: #1D1D1D. Windows color (decimal): -16700384 or 2108417. OLE color: 2108417.
HSL color Cylindrical-coordinate representation of color #012C20: hue angle of 163.26º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012C20 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 44 | 32 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.83 |
| HSL | 163.26º | 0.96% | 0.09% | - |
| HSV(B) | 163.26º | 0.98% | 0.17% | - |
| XYZ | 1.17 | 1.91 | 1.67 | - |
| YUV | 29.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 32 | 0.98 | 0 | 0.27 | 0.83 | 163.26 | 0.96 | 0.09 |
| Hex | 1 | 2C | 20 | 62 | 0 | 1B | 53 | A3 | 60 | 9 |
| Octal | 1 | 54 | 40 | 142 | 0 | 33 | 123 | 243 | 140 | 11 |
| Binary | 1 | 101100 | 100000 | 1100010 | 0 | 11011 | 1010011 | 10100011 | 1100000 | 1001 |
Color Harmonies of #012C20
Complementary color
Monochromatic Colors of #012C20
Black with #012C20
Text Example
Text Example
White with #012C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C20; }
p { color: rgb(1,44,32); }
H1.HeaderClassName
{
color: #012C20;
}
.AnyTagClassName
{
color: #012C20;
}
</style>
background-color css
<style>
a { background-color: #012C20; }
a { background-color: rgb(1,44,32); }
div.DivClassName
{
background-color: #012C20;
}
.BgClassName
{
background-color: #012C20;
}
</style>
border-color css
<style>
span { border-color: #012C20; }
span { border-color: rgb(1,44,32); }
td.TdClassName
{
border-color: #012C20;
}
.TagClassName
{
border-color: #012C20;
}
</style>