Shades of Dark Green #0A2917
Tints of Dark Green #0A2917
RGB
CMYK
RGB Variations
Color information
#0A2917 (or 0x0A2917) is known color: Dark Green. HEX triplet: 0A, 29 and 17. RGB value is (10,41,23). Sum of RGB (Red+Green+Blue) = 10+41+23=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #0A2917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2917 is #F5D6E8. Grayscale: #1D1D1D. Windows color (decimal): -16111337 or 1517834. OLE color: 1517834.
HSL color Cylindrical-coordinate representation of color #0A2917: hue angle of 145.16º 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 #0A2917 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 41 | 23 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.84 |
| HSL | 145.16º | 0.61% | 0.1% | - |
| HSV(B) | 145.16º | 0.76% | 0.16% | - |
| XYZ | 1.07 | 1.71 | 1.08 | - |
| YUV | 29.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 23 | 0.76 | 0 | 0.44 | 0.84 | 145.16 | 0.61 | 0.1 |
| Hex | A | 29 | 17 | 4C | 0 | 2C | 54 | 91 | 3D | A |
| Octal | 12 | 51 | 27 | 114 | 0 | 54 | 124 | 221 | 75 | 12 |
| Binary | 1010 | 101001 | 10111 | 1001100 | 0 | 101100 | 1010100 | 10010001 | 111101 | 1010 |
Color Harmonies of #0A2917
Complementary color
Monochromatic Colors of #0A2917
Black with #0A2917
Text Example
Text Example
White with #0A2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2917; }
p { color: rgb(10,41,23); }
H1.HeaderClassName
{
color: #0A2917;
}
.AnyTagClassName
{
color: #0A2917;
}
</style>
background-color css
<style>
a { background-color: #0A2917; }
a { background-color: rgb(10,41,23); }
div.DivClassName
{
background-color: #0A2917;
}
.BgClassName
{
background-color: #0A2917;
}
</style>
border-color css
<style>
span { border-color: #0A2917; }
span { border-color: rgb(10,41,23); }
td.TdClassName
{
border-color: #0A2917;
}
.TagClassName
{
border-color: #0A2917;
}
</style>