Shades of Dark Green #010E0A
Tints of Dark Green #010E0A
RGB
CMYK
RGB Variations
Color information
#010E0A (or 0x010E0A) is known color: Dark Green. HEX triplet: 01, 0E and 0A. RGB value is (1,14,10). Sum of RGB (Red+Green+Blue) = 1+14+10=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 14 (5.86% from 255 or 56% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 14 - color contains mainly: green. Hex color #010E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E0A is #FEF1F5. Grayscale: #090909. Windows color (decimal): -16708086 or 658945. OLE color: 658945.
HSL color Cylindrical-coordinate representation of color #010E0A: hue angle of 161.54º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010E0A is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 14 | 10 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.95 |
| HSL | 161.54º | 0.87% | 0.03% | - |
| HSV(B) | 161.54º | 0.93% | 0.05% | - |
| XYZ | 0.22 | 0.34 | 0.34 | - |
| YUV | 9.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 10 | 0.93 | 0 | 0.29 | 0.95 | 161.54 | 0.87 | 0.03 |
| Hex | 1 | E | A | 5D | 0 | 1D | 5F | A2 | 57 | 3 |
| Octal | 1 | 16 | 12 | 135 | 0 | 35 | 137 | 242 | 127 | 3 |
| Binary | 1 | 1110 | 1010 | 1011101 | 0 | 11101 | 1011111 | 10100010 | 1010111 | 11 |
Color Harmonies of #010E0A
Complementary color
Monochromatic Colors of #010E0A
Black with #010E0A
Text Example
Text Example
White with #010E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E0A; }
p { color: rgb(1,14,10); }
H1.HeaderClassName
{
color: #010E0A;
}
.AnyTagClassName
{
color: #010E0A;
}
</style>
background-color css
<style>
a { background-color: #010E0A; }
a { background-color: rgb(1,14,10); }
div.DivClassName
{
background-color: #010E0A;
}
.BgClassName
{
background-color: #010E0A;
}
</style>
border-color css
<style>
span { border-color: #010E0A; }
span { border-color: rgb(1,14,10); }
td.TdClassName
{
border-color: #010E0A;
}
.TagClassName
{
border-color: #010E0A;
}
</style>