Shades of Dark Green #012C0E
Tints of Dark Green #012C0E
RGB
CMYK
RGB Variations
Color information
#012C0E (or 0x012C0E) is known color: Dark Green. HEX triplet: 01, 2C and 0E. RGB value is (1,44,14). Sum of RGB (Red+Green+Blue) = 1+44+14=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 44 (17.58% from 255 or 74.58% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 44 - color contains mainly: green. Hex color #012C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012C0E is #FED3F1. Grayscale: #1B1B1B. Windows color (decimal): -16700402 or 928769. OLE color: 928769.
HSL color Cylindrical-coordinate representation of color #012C0E: hue angle of 138.14º 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 #012C0E is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 44 | 14 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.83 |
| HSL | 138.14º | 0.96% | 0.09% | - |
| HSV(B) | 138.14º | 0.98% | 0.17% | - |
| XYZ | 0.99 | 1.84 | 0.72 | - |
| YUV | 27.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 14 | 0.98 | 0 | 0.68 | 0.83 | 138.14 | 0.96 | 0.09 |
| Hex | 1 | 2C | E | 62 | 0 | 44 | 53 | 8A | 60 | 9 |
| Octal | 1 | 54 | 16 | 142 | 0 | 104 | 123 | 212 | 140 | 11 |
| Binary | 1 | 101100 | 1110 | 1100010 | 0 | 1000100 | 1010011 | 10001010 | 1100000 | 1001 |
Color Harmonies of #012C0E
Complementary color
Monochromatic Colors of #012C0E
Black with #012C0E
Text Example
Text Example
White with #012C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C0E; }
p { color: rgb(1,44,14); }
H1.HeaderClassName
{
color: #012C0E;
}
.AnyTagClassName
{
color: #012C0E;
}
</style>
background-color css
<style>
a { background-color: #012C0E; }
a { background-color: rgb(1,44,14); }
div.DivClassName
{
background-color: #012C0E;
}
.BgClassName
{
background-color: #012C0E;
}
</style>
border-color css
<style>
span { border-color: #012C0E; }
span { border-color: rgb(1,44,14); }
td.TdClassName
{
border-color: #012C0E;
}
.TagClassName
{
border-color: #012C0E;
}
</style>