Shades of Dark Green #012C1E
Tints of Dark Green #012C1E
RGB
CMYK
RGB Variations
Color information
#012C1E (or 0x012C1E) is known color: Dark Green. HEX triplet: 01, 2C and 1E. RGB value is (1,44,30). Sum of RGB (Red+Green+Blue) = 1+44+30=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 44 (17.58% from 255 or 58.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 44 - color contains mainly: green. Hex color #012C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C1E is #FED3E1. Grayscale: #1D1D1D. Windows color (decimal): -16700386 or 1977345. OLE color: 1977345.
HSL color Cylindrical-coordinate representation of color #012C1E: hue angle of 160.47º 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 #012C1E is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 44 | 30 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.83 |
| HSL | 160.47º | 0.96% | 0.09% | - |
| HSV(B) | 160.47º | 0.98% | 0.17% | - |
| XYZ | 1.15 | 1.9 | 1.53 | - |
| YUV | 29.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 30 | 0.98 | 0 | 0.32 | 0.83 | 160.47 | 0.96 | 0.09 |
| Hex | 1 | 2C | 1E | 62 | 0 | 20 | 53 | A0 | 60 | 9 |
| Octal | 1 | 54 | 36 | 142 | 0 | 40 | 123 | 240 | 140 | 11 |
| Binary | 1 | 101100 | 11110 | 1100010 | 0 | 100000 | 1010011 | 10100000 | 1100000 | 1001 |
Color Harmonies of #012C1E
Complementary color
Monochromatic Colors of #012C1E
Black with #012C1E
Text Example
Text Example
White with #012C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C1E; }
p { color: rgb(1,44,30); }
H1.HeaderClassName
{
color: #012C1E;
}
.AnyTagClassName
{
color: #012C1E;
}
</style>
background-color css
<style>
a { background-color: #012C1E; }
a { background-color: rgb(1,44,30); }
div.DivClassName
{
background-color: #012C1E;
}
.BgClassName
{
background-color: #012C1E;
}
</style>
border-color css
<style>
span { border-color: #012C1E; }
span { border-color: rgb(1,44,30); }
td.TdClassName
{
border-color: #012C1E;
}
.TagClassName
{
border-color: #012C1E;
}
</style>