Shades of Dark Green #0A1E11
Tints of Dark Green #0A1E11
RGB
CMYK
RGB Variations
Color information
#0A1E11 (or 0x0A1E11) is known color: Dark Green. HEX triplet: 0A, 1E and 11. RGB value is (10,30,17). Sum of RGB (Red+Green+Blue) = 10+30+17=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1E11 is #F5E1EE. Grayscale: #161616. Windows color (decimal): -16114159 or 1121802. OLE color: 1121802.
HSL color Cylindrical-coordinate representation of color #0A1E11: hue angle of 141º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0A1E11 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 30 | 17 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.88 |
| HSL | 141º | 0.5% | 0.08% | - |
| HSV(B) | 141º | 0.67% | 0.12% | - |
| XYZ | 0.69 | 1.03 | 0.69 | - |
| YUV | 22.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 17 | 0.67 | 0 | 0.43 | 0.88 | 141 | 0.5 | 0.08 |
| Hex | A | 1E | 11 | 43 | 0 | 2B | 58 | 8D | 32 | 8 |
| Octal | 12 | 36 | 21 | 103 | 0 | 53 | 130 | 215 | 62 | 10 |
| Binary | 1010 | 11110 | 10001 | 1000011 | 0 | 101011 | 1011000 | 10001101 | 110010 | 1000 |
Color Harmonies of #0A1E11
Complementary color
Monochromatic Colors of #0A1E11
Black with #0A1E11
Text Example
Text Example
White with #0A1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E11; }
p { color: rgb(10,30,17); }
H1.HeaderClassName
{
color: #0A1E11;
}
.AnyTagClassName
{
color: #0A1E11;
}
</style>
background-color css
<style>
a { background-color: #0A1E11; }
a { background-color: rgb(10,30,17); }
div.DivClassName
{
background-color: #0A1E11;
}
.BgClassName
{
background-color: #0A1E11;
}
</style>
border-color css
<style>
span { border-color: #0A1E11; }
span { border-color: rgb(10,30,17); }
td.TdClassName
{
border-color: #0A1E11;
}
.TagClassName
{
border-color: #0A1E11;
}
</style>