Shades of Dark Green #012D0E
Tints of Dark Green #012D0E
RGB
CMYK
RGB Variations
Color information
#012D0E (or 0x012D0E) is known color: Dark Green. HEX triplet: 01, 2D and 0E. RGB value is (1,45,14). Sum of RGB (Red+Green+Blue) = 1+45+14=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 45 (17.97% from 255 or 75% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 45 - color contains mainly: green. Hex color #012D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012D0E is #FED2F1. Grayscale: #1C1C1C. Windows color (decimal): -16700146 or 929025. OLE color: 929025.
HSL color Cylindrical-coordinate representation of color #012D0E: hue angle of 137.73º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D0E is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 45 | 14 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.82 |
| HSL | 137.73º | 0.96% | 0.09% | - |
| HSV(B) | 137.73º | 0.98% | 0.18% | - |
| XYZ | 1.03 | 1.91 | 0.73 | - |
| YUV | 28.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 14 | 0.98 | 0 | 0.69 | 0.82 | 137.73 | 0.96 | 0.09 |
| Hex | 1 | 2D | E | 62 | 0 | 45 | 52 | 8A | 60 | 9 |
| Octal | 1 | 55 | 16 | 142 | 0 | 105 | 122 | 212 | 140 | 11 |
| Binary | 1 | 101101 | 1110 | 1100010 | 0 | 1000101 | 1010010 | 10001010 | 1100000 | 1001 |
Color Harmonies of #012D0E
Complementary color
Monochromatic Colors of #012D0E
Black with #012D0E
Text Example
Text Example
White with #012D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D0E; }
p { color: rgb(1,45,14); }
H1.HeaderClassName
{
color: #012D0E;
}
.AnyTagClassName
{
color: #012D0E;
}
</style>
background-color css
<style>
a { background-color: #012D0E; }
a { background-color: rgb(1,45,14); }
div.DivClassName
{
background-color: #012D0E;
}
.BgClassName
{
background-color: #012D0E;
}
</style>
border-color css
<style>
span { border-color: #012D0E; }
span { border-color: rgb(1,45,14); }
td.TdClassName
{
border-color: #012D0E;
}
.TagClassName
{
border-color: #012D0E;
}
</style>