Shades of Dark Green #0A2D19
Tints of Dark Green #0A2D19
RGB
CMYK
RGB Variations
Color information
#0A2D19 (or 0x0A2D19) is known color: Dark Green. HEX triplet: 0A, 2D and 19. RGB value is (10,45,25). Sum of RGB (Red+Green+Blue) = 10+45+25=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 45 (17.97% from 255 or 56.25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 45 - color contains mainly: green. Hex color #0A2D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2D19 is #F5D2E6. Grayscale: #202020. Windows color (decimal): -16110311 or 1649930. OLE color: 1649930.
HSL color Cylindrical-coordinate representation of color #0A2D19: hue angle of 145.71º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A2D19 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 45 | 25 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.82 |
| HSL | 145.71º | 0.64% | 0.11% | - |
| HSV(B) | 145.71º | 0.78% | 0.18% | - |
| XYZ | 1.24 | 2.01 | 1.24 | - |
| YUV | 32.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 25 | 0.78 | 0 | 0.44 | 0.82 | 145.71 | 0.64 | 0.11 |
| Hex | A | 2D | 19 | 4E | 0 | 2C | 52 | 92 | 40 | B |
| Octal | 12 | 55 | 31 | 116 | 0 | 54 | 122 | 222 | 100 | 13 |
| Binary | 1010 | 101101 | 11001 | 1001110 | 0 | 101100 | 1010010 | 10010010 | 1000000 | 1011 |
Color Harmonies of #0A2D19
Complementary color
Monochromatic Colors of #0A2D19
Black with #0A2D19
Text Example
Text Example
White with #0A2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D19; }
p { color: rgb(10,45,25); }
H1.HeaderClassName
{
color: #0A2D19;
}
.AnyTagClassName
{
color: #0A2D19;
}
</style>
background-color css
<style>
a { background-color: #0A2D19; }
a { background-color: rgb(10,45,25); }
div.DivClassName
{
background-color: #0A2D19;
}
.BgClassName
{
background-color: #0A2D19;
}
</style>
border-color css
<style>
span { border-color: #0A2D19; }
span { border-color: rgb(10,45,25); }
td.TdClassName
{
border-color: #0A2D19;
}
.TagClassName
{
border-color: #0A2D19;
}
</style>