Shades of Dark Green #0A2419
Tints of Dark Green #0A2419
RGB
CMYK
RGB Variations
Color information
#0A2419 (or 0x0A2419) is known color: Dark Green. HEX triplet: 0A, 24 and 19. RGB value is (10,36,25). Sum of RGB (Red+Green+Blue) = 10+36+25=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #0A2419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2419 is #F5DBE6. Grayscale: #1A1A1A. Windows color (decimal): -16112615 or 1647626. OLE color: 1647626.
HSL color Cylindrical-coordinate representation of color #0A2419: hue angle of 154.62º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A2419 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 25 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.86 |
| HSL | 154.62º | 0.57% | 0.09% | - |
| HSV(B) | 154.62º | 0.72% | 0.14% | - |
| XYZ | 0.93 | 1.4 | 1.14 | - |
| YUV | 26.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 25 | 0.72 | 0 | 0.31 | 0.86 | 154.62 | 0.57 | 0.09 |
| Hex | A | 24 | 19 | 48 | 0 | 1F | 56 | 9B | 39 | 9 |
| Octal | 12 | 44 | 31 | 110 | 0 | 37 | 126 | 233 | 71 | 11 |
| Binary | 1010 | 100100 | 11001 | 1001000 | 0 | 11111 | 1010110 | 10011011 | 111001 | 1001 |
Color Harmonies of #0A2419
Complementary color
Monochromatic Colors of #0A2419
Black with #0A2419
Text Example
Text Example
White with #0A2419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2419; }
p { color: rgb(10,36,25); }
H1.HeaderClassName
{
color: #0A2419;
}
.AnyTagClassName
{
color: #0A2419;
}
</style>
background-color css
<style>
a { background-color: #0A2419; }
a { background-color: rgb(10,36,25); }
div.DivClassName
{
background-color: #0A2419;
}
.BgClassName
{
background-color: #0A2419;
}
</style>
border-color css
<style>
span { border-color: #0A2419; }
span { border-color: rgb(10,36,25); }
td.TdClassName
{
border-color: #0A2419;
}
.TagClassName
{
border-color: #0A2419;
}
</style>