Shades of Dark Green #0A2916
Tints of Dark Green #0A2916
RGB
CMYK
RGB Variations
Color information
#0A2916 (or 0x0A2916) is known color: Dark Green. HEX triplet: 0A, 29 and 16. RGB value is (10,41,22). Sum of RGB (Red+Green+Blue) = 10+41+22=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 41 (16.41% from 255 or 56.16% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 41 - color contains mainly: green. Hex color #0A2916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2916 is #F5D6E9. Grayscale: #1D1D1D. Windows color (decimal): -16111338 or 1452298. OLE color: 1452298.
HSL color Cylindrical-coordinate representation of color #0A2916: hue angle of 143.23º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A2916 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 41 | 22 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.84 |
| HSL | 143.23º | 0.61% | 0.1% | - |
| HSV(B) | 143.23º | 0.76% | 0.16% | - |
| XYZ | 1.06 | 1.71 | 1.03 | - |
| YUV | 29.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 22 | 0.76 | 0 | 0.46 | 0.84 | 143.23 | 0.61 | 0.1 |
| Hex | A | 29 | 16 | 4C | 0 | 2E | 54 | 8F | 3D | A |
| Octal | 12 | 51 | 26 | 114 | 0 | 56 | 124 | 217 | 75 | 12 |
| Binary | 1010 | 101001 | 10110 | 1001100 | 0 | 101110 | 1010100 | 10001111 | 111101 | 1010 |
Color Harmonies of #0A2916
Complementary color
Monochromatic Colors of #0A2916
Black with #0A2916
Text Example
Text Example
White with #0A2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2916; }
p { color: rgb(10,41,22); }
H1.HeaderClassName
{
color: #0A2916;
}
.AnyTagClassName
{
color: #0A2916;
}
</style>
background-color css
<style>
a { background-color: #0A2916; }
a { background-color: rgb(10,41,22); }
div.DivClassName
{
background-color: #0A2916;
}
.BgClassName
{
background-color: #0A2916;
}
</style>
border-color css
<style>
span { border-color: #0A2916; }
span { border-color: rgb(10,41,22); }
td.TdClassName
{
border-color: #0A2916;
}
.TagClassName
{
border-color: #0A2916;
}
</style>