Shades of Dark Green #0A2B24
Tints of Dark Green #0A2B24
RGB
CMYK
RGB Variations
Color information
#0A2B24 (or 0x0A2B24) is known color: Dark Green. HEX triplet: 0A, 2B and 24. RGB value is (10,43,36). Sum of RGB (Red+Green+Blue) = 10+43+36=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 43 (17.19% from 255 or 48.31% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 43 - color contains mainly: green. Hex color #0A2B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2B24 is #F5D4DB. Grayscale: #202020. Windows color (decimal): -16110812 or 2370314. OLE color: 2370314.
HSL color Cylindrical-coordinate representation of color #0A2B24: hue angle of 167.27º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A2B24 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 43 | 36 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.83 |
| HSL | 167.27º | 0.62% | 0.1% | - |
| HSV(B) | 167.27º | 0.77% | 0.17% | - |
| XYZ | 1.31 | 1.92 | 1.97 | - |
| YUV | 32.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 36 | 0.77 | 0 | 0.16 | 0.83 | 167.27 | 0.62 | 0.1 |
| Hex | A | 2B | 24 | 4D | 0 | 10 | 53 | A7 | 3E | A |
| Octal | 12 | 53 | 44 | 115 | 0 | 20 | 123 | 247 | 76 | 12 |
| Binary | 1010 | 101011 | 100100 | 1001101 | 0 | 10000 | 1010011 | 10100111 | 111110 | 1010 |
Color Harmonies of #0A2B24
Complementary color
Monochromatic Colors of #0A2B24
Black with #0A2B24
Text Example
Text Example
White with #0A2B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B24; }
p { color: rgb(10,43,36); }
H1.HeaderClassName
{
color: #0A2B24;
}
.AnyTagClassName
{
color: #0A2B24;
}
</style>
background-color css
<style>
a { background-color: #0A2B24; }
a { background-color: rgb(10,43,36); }
div.DivClassName
{
background-color: #0A2B24;
}
.BgClassName
{
background-color: #0A2B24;
}
</style>
border-color css
<style>
span { border-color: #0A2B24; }
span { border-color: rgb(10,43,36); }
td.TdClassName
{
border-color: #0A2B24;
}
.TagClassName
{
border-color: #0A2B24;
}
</style>