Shades of Dark Green #012E19
Tints of Dark Green #012E19
RGB
CMYK
RGB Variations
Color information
#012E19 (or 0x012E19) is known color: Dark Green. HEX triplet: 01, 2E and 19. RGB value is (1,46,25). Sum of RGB (Red+Green+Blue) = 1+46+25=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 46 (18.36% from 255 or 63.89% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 46 - color contains mainly: green. Hex color #012E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012E19 is #FED1E6. Grayscale: #1E1E1E. Windows color (decimal): -16699879 or 1650177. OLE color: 1650177.
HSL color Cylindrical-coordinate representation of color #012E19: hue angle of 152º 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 #012E19 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 46 | 25 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.82 |
| HSL | 152º | 0.96% | 0.09% | - |
| HSV(B) | 152º | 0.98% | 0.18% | - |
| XYZ | 1.16 | 2.03 | 1.25 | - |
| YUV | 30.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 25 | 0.98 | 0 | 0.46 | 0.82 | 152 | 0.96 | 0.09 |
| Hex | 1 | 2E | 19 | 62 | 0 | 2E | 52 | 98 | 60 | 9 |
| Octal | 1 | 56 | 31 | 142 | 0 | 56 | 122 | 230 | 140 | 11 |
| Binary | 1 | 101110 | 11001 | 1100010 | 0 | 101110 | 1010010 | 10011000 | 1100000 | 1001 |
Color Harmonies of #012E19
Complementary color
Monochromatic Colors of #012E19
Black with #012E19
Text Example
Text Example
White with #012E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E19; }
p { color: rgb(1,46,25); }
H1.HeaderClassName
{
color: #012E19;
}
.AnyTagClassName
{
color: #012E19;
}
</style>
background-color css
<style>
a { background-color: #012E19; }
a { background-color: rgb(1,46,25); }
div.DivClassName
{
background-color: #012E19;
}
.BgClassName
{
background-color: #012E19;
}
</style>
border-color css
<style>
span { border-color: #012E19; }
span { border-color: rgb(1,46,25); }
td.TdClassName
{
border-color: #012E19;
}
.TagClassName
{
border-color: #012E19;
}
</style>