Shades of Dark Green #0A2B18
Tints of Dark Green #0A2B18
RGB
CMYK
RGB Variations
Color information
#0A2B18 (or 0x0A2B18) is known color: Dark Green. HEX triplet: 0A, 2B and 18. RGB value is (10,43,24). Sum of RGB (Red+Green+Blue) = 10+43+24=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #0A2B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2B18 is #F5D4E7. Grayscale: #1F1F1F. Windows color (decimal): -16110824 or 1583882. OLE color: 1583882.
HSL color Cylindrical-coordinate representation of color #0A2B18: hue angle of 145.45º 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 #0A2B18 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 43 | 24 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.83 |
| HSL | 145.45º | 0.62% | 0.1% | - |
| HSV(B) | 145.45º | 0.77% | 0.17% | - |
| XYZ | 1.15 | 1.86 | 1.16 | - |
| YUV | 30.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 24 | 0.77 | 0 | 0.44 | 0.83 | 145.45 | 0.62 | 0.1 |
| Hex | A | 2B | 18 | 4D | 0 | 2C | 53 | 91 | 3E | A |
| Octal | 12 | 53 | 30 | 115 | 0 | 54 | 123 | 221 | 76 | 12 |
| Binary | 1010 | 101011 | 11000 | 1001101 | 0 | 101100 | 1010011 | 10010001 | 111110 | 1010 |
Color Harmonies of #0A2B18
Complementary color
Monochromatic Colors of #0A2B18
Black with #0A2B18
Text Example
Text Example
White with #0A2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B18; }
p { color: rgb(10,43,24); }
H1.HeaderClassName
{
color: #0A2B18;
}
.AnyTagClassName
{
color: #0A2B18;
}
</style>
background-color css
<style>
a { background-color: #0A2B18; }
a { background-color: rgb(10,43,24); }
div.DivClassName
{
background-color: #0A2B18;
}
.BgClassName
{
background-color: #0A2B18;
}
</style>
border-color css
<style>
span { border-color: #0A2B18; }
span { border-color: rgb(10,43,24); }
td.TdClassName
{
border-color: #0A2B18;
}
.TagClassName
{
border-color: #0A2B18;
}
</style>