Shades of Dark Green #012E1A
Tints of Dark Green #012E1A
RGB
CMYK
RGB Variations
Color information
#012E1A (or 0x012E1A) is known color: Dark Green. HEX triplet: 01, 2E and 1A. RGB value is (1,46,26). Sum of RGB (Red+Green+Blue) = 1+46+26=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 46 (18.36% from 255 or 63.01% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 46 - color contains mainly: green. Hex color #012E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E1A is #FED1E5. Grayscale: #1E1E1E. Windows color (decimal): -16699878 or 1715713. OLE color: 1715713.
HSL color Cylindrical-coordinate representation of color #012E1A: hue angle of 153.33º 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 #012E1A is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 46 | 26 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.82 |
| HSL | 153.33º | 0.96% | 0.09% | - |
| HSV(B) | 153.33º | 0.98% | 0.18% | - |
| XYZ | 1.18 | 2.04 | 1.31 | - |
| YUV | 30.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 26 | 0.98 | 0 | 0.43 | 0.82 | 153.33 | 0.96 | 0.09 |
| Hex | 1 | 2E | 1A | 62 | 0 | 2B | 52 | 99 | 60 | 9 |
| Octal | 1 | 56 | 32 | 142 | 0 | 53 | 122 | 231 | 140 | 11 |
| Binary | 1 | 101110 | 11010 | 1100010 | 0 | 101011 | 1010010 | 10011001 | 1100000 | 1001 |
Color Harmonies of #012E1A
Complementary color
Monochromatic Colors of #012E1A
Black with #012E1A
Text Example
Text Example
White with #012E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E1A; }
p { color: rgb(1,46,26); }
H1.HeaderClassName
{
color: #012E1A;
}
.AnyTagClassName
{
color: #012E1A;
}
</style>
background-color css
<style>
a { background-color: #012E1A; }
a { background-color: rgb(1,46,26); }
div.DivClassName
{
background-color: #012E1A;
}
.BgClassName
{
background-color: #012E1A;
}
</style>
border-color css
<style>
span { border-color: #012E1A; }
span { border-color: rgb(1,46,26); }
td.TdClassName
{
border-color: #012E1A;
}
.TagClassName
{
border-color: #012E1A;
}
</style>