Shades of Dark Green #012C0D
Tints of Dark Green #012C0D
RGB
CMYK
RGB Variations
Color information
#012C0D (or 0x012C0D) is known color: Dark Green. HEX triplet: 01, 2C and 0D. RGB value is (1,44,13). Sum of RGB (Red+Green+Blue) = 1+44+13=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 44 (17.58% from 255 or 75.86% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 44 - color contains mainly: green. Hex color #012C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012C0D is #FED3F2. Grayscale: #1B1B1B. Windows color (decimal): -16700403 or 863233. OLE color: 863233.
HSL color Cylindrical-coordinate representation of color #012C0D: hue angle of 136.74º 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 #012C0D is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 44 | 13 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.83 |
| HSL | 136.74º | 0.96% | 0.09% | - |
| HSV(B) | 136.74º | 0.98% | 0.17% | - |
| XYZ | 0.99 | 1.84 | 0.68 | - |
| YUV | 27.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 13 | 0.98 | 0 | 0.70 | 0.83 | 136.74 | 0.96 | 0.09 |
| Hex | 1 | 2C | D | 62 | 0 | 46 | 53 | 89 | 60 | 9 |
| Octal | 1 | 54 | 15 | 142 | 0 | 106 | 123 | 211 | 140 | 11 |
| Binary | 1 | 101100 | 1101 | 1100010 | 0 | 1000110 | 1010011 | 10001001 | 1100000 | 1001 |
Color Harmonies of #012C0D
Complementary color
Monochromatic Colors of #012C0D
Black with #012C0D
Text Example
Text Example
White with #012C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C0D; }
p { color: rgb(1,44,13); }
H1.HeaderClassName
{
color: #012C0D;
}
.AnyTagClassName
{
color: #012C0D;
}
</style>
background-color css
<style>
a { background-color: #012C0D; }
a { background-color: rgb(1,44,13); }
div.DivClassName
{
background-color: #012C0D;
}
.BgClassName
{
background-color: #012C0D;
}
</style>
border-color css
<style>
span { border-color: #012C0D; }
span { border-color: rgb(1,44,13); }
td.TdClassName
{
border-color: #012C0D;
}
.TagClassName
{
border-color: #012C0D;
}
</style>