Shades of Dark Green #012E10
Tints of Dark Green #012E10
RGB
CMYK
RGB Variations
Color information
#012E10 (or 0x012E10) is known color: Dark Green. HEX triplet: 01, 2E and 10. RGB value is (1,46,16). Sum of RGB (Red+Green+Blue) = 1+46+16=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 46 (18.36% from 255 or 73.02% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 46 - color contains mainly: green. Hex color #012E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012E10 is #FED1EF. Grayscale: #1D1D1D. Windows color (decimal): -16699888 or 1060353. OLE color: 1060353.
HSL color Cylindrical-coordinate representation of color #012E10: hue angle of 140º 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 #012E10 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 46 | 16 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.82 |
| HSL | 140º | 0.96% | 0.09% | - |
| HSV(B) | 140º | 0.98% | 0.18% | - |
| XYZ | 1.08 | 2 | 0.82 | - |
| YUV | 29.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 16 | 0.98 | 0 | 0.65 | 0.82 | 140 | 0.96 | 0.09 |
| Hex | 1 | 2E | 10 | 62 | 0 | 41 | 52 | 8C | 60 | 9 |
| Octal | 1 | 56 | 20 | 142 | 0 | 101 | 122 | 214 | 140 | 11 |
| Binary | 1 | 101110 | 10000 | 1100010 | 0 | 1000001 | 1010010 | 10001100 | 1100000 | 1001 |
Color Harmonies of #012E10
Complementary color
Monochromatic Colors of #012E10
Black with #012E10
Text Example
Text Example
White with #012E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E10; }
p { color: rgb(1,46,16); }
H1.HeaderClassName
{
color: #012E10;
}
.AnyTagClassName
{
color: #012E10;
}
</style>
background-color css
<style>
a { background-color: #012E10; }
a { background-color: rgb(1,46,16); }
div.DivClassName
{
background-color: #012E10;
}
.BgClassName
{
background-color: #012E10;
}
</style>
border-color css
<style>
span { border-color: #012E10; }
span { border-color: rgb(1,46,16); }
td.TdClassName
{
border-color: #012E10;
}
.TagClassName
{
border-color: #012E10;
}
</style>