Shades of Dark Green #0A2A25
Tints of Dark Green #0A2A25
RGB
CMYK
RGB Variations
Color information
#0A2A25 (or 0x0A2A25) is known color: Dark Green. HEX triplet: 0A, 2A and 25. RGB value is (10,42,37). Sum of RGB (Red+Green+Blue) = 10+42+37=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #0A2A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A25 is #F5D5DA. Grayscale: #1F1F1F. Windows color (decimal): -16111067 or 2435594. OLE color: 2435594.
HSL color Cylindrical-coordinate representation of color #0A2A25: hue angle of 170.62º degrees, saturation: 0.62, 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 #0A2A25 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 42 | 37 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.84 |
| HSL | 170.63º | 0.62% | 0.1% | - |
| HSV(B) | 170.63º | 0.76% | 0.16% | - |
| XYZ | 1.29 | 1.85 | 2.04 | - |
| YUV | 31.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 37 | 0.76 | 0 | 0.12 | 0.84 | 170.63 | 0.62 | 0.1 |
| Hex | A | 2A | 25 | 4C | 0 | C | 54 | AB | 3E | A |
| Octal | 12 | 52 | 45 | 114 | 0 | 14 | 124 | 253 | 76 | 12 |
| Binary | 1010 | 101010 | 100101 | 1001100 | 0 | 1100 | 1010100 | 10101011 | 111110 | 1010 |
Color Harmonies of #0A2A25
Complementary color
Monochromatic Colors of #0A2A25
Black with #0A2A25
Text Example
Text Example
White with #0A2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A25; }
p { color: rgb(10,42,37); }
H1.HeaderClassName
{
color: #0A2A25;
}
.AnyTagClassName
{
color: #0A2A25;
}
</style>
background-color css
<style>
a { background-color: #0A2A25; }
a { background-color: rgb(10,42,37); }
div.DivClassName
{
background-color: #0A2A25;
}
.BgClassName
{
background-color: #0A2A25;
}
</style>
border-color css
<style>
span { border-color: #0A2A25; }
span { border-color: rgb(10,42,37); }
td.TdClassName
{
border-color: #0A2A25;
}
.TagClassName
{
border-color: #0A2A25;
}
</style>