Shades of Dark Green #012D1E
Tints of Dark Green #012D1E
RGB
CMYK
RGB Variations
Color information
#012D1E (or 0x012D1E) is known color: Dark Green. HEX triplet: 01, 2D and 1E. RGB value is (1,45,30). Sum of RGB (Red+Green+Blue) = 1+45+30=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #012D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D1E is #FED2E1. Grayscale: #1E1E1E. Windows color (decimal): -16700130 or 1977601. OLE color: 1977601.
HSL color Cylindrical-coordinate representation of color #012D1E: hue angle of 159.55º 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 #012D1E is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 45 | 30 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.82 |
| HSL | 159.55º | 0.96% | 0.09% | - |
| HSV(B) | 159.55º | 0.98% | 0.18% | - |
| XYZ | 1.19 | 1.98 | 1.55 | - |
| YUV | 30.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 30 | 0.98 | 0 | 0.33 | 0.82 | 159.55 | 0.96 | 0.09 |
| Hex | 1 | 2D | 1E | 62 | 0 | 21 | 52 | A0 | 60 | 9 |
| Octal | 1 | 55 | 36 | 142 | 0 | 41 | 122 | 240 | 140 | 11 |
| Binary | 1 | 101101 | 11110 | 1100010 | 0 | 100001 | 1010010 | 10100000 | 1100000 | 1001 |
Color Harmonies of #012D1E
Complementary color
Monochromatic Colors of #012D1E
Black with #012D1E
Text Example
Text Example
White with #012D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D1E; }
p { color: rgb(1,45,30); }
H1.HeaderClassName
{
color: #012D1E;
}
.AnyTagClassName
{
color: #012D1E;
}
</style>
background-color css
<style>
a { background-color: #012D1E; }
a { background-color: rgb(1,45,30); }
div.DivClassName
{
background-color: #012D1E;
}
.BgClassName
{
background-color: #012D1E;
}
</style>
border-color css
<style>
span { border-color: #012D1E; }
span { border-color: rgb(1,45,30); }
td.TdClassName
{
border-color: #012D1E;
}
.TagClassName
{
border-color: #012D1E;
}
</style>