Shades of Dark Green #0A2B19
Tints of Dark Green #0A2B19
RGB
CMYK
RGB Variations
Color information
#0A2B19 (or 0x0A2B19) is known color: Dark Green. HEX triplet: 0A, 2B and 19. RGB value is (10,43,25). Sum of RGB (Red+Green+Blue) = 10+43+25=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #0A2B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2B19 is #F5D4E6. Grayscale: #1F1F1F. Windows color (decimal): -16110823 or 1649418. OLE color: 1649418.
HSL color Cylindrical-coordinate representation of color #0A2B19: hue angle of 147.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 #0A2B19 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 43 | 25 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.83 |
| HSL | 147.27º | 0.62% | 0.1% | - |
| HSV(B) | 147.27º | 0.77% | 0.17% | - |
| XYZ | 1.16 | 1.86 | 1.22 | - |
| YUV | 31.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 25 | 0.77 | 0 | 0.42 | 0.83 | 147.27 | 0.62 | 0.1 |
| Hex | A | 2B | 19 | 4D | 0 | 2A | 53 | 93 | 3E | A |
| Octal | 12 | 53 | 31 | 115 | 0 | 52 | 123 | 223 | 76 | 12 |
| Binary | 1010 | 101011 | 11001 | 1001101 | 0 | 101010 | 1010011 | 10010011 | 111110 | 1010 |
Color Harmonies of #0A2B19
Complementary color
Monochromatic Colors of #0A2B19
Black with #0A2B19
Text Example
Text Example
White with #0A2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B19; }
p { color: rgb(10,43,25); }
H1.HeaderClassName
{
color: #0A2B19;
}
.AnyTagClassName
{
color: #0A2B19;
}
</style>
background-color css
<style>
a { background-color: #0A2B19; }
a { background-color: rgb(10,43,25); }
div.DivClassName
{
background-color: #0A2B19;
}
.BgClassName
{
background-color: #0A2B19;
}
</style>
border-color css
<style>
span { border-color: #0A2B19; }
span { border-color: rgb(10,43,25); }
td.TdClassName
{
border-color: #0A2B19;
}
.TagClassName
{
border-color: #0A2B19;
}
</style>