Shades of Dark Green #0A2620
Tints of Dark Green #0A2620
RGB
CMYK
RGB Variations
Color information
#0A2620 (or 0x0A2620) is known color: Dark Green. HEX triplet: 0A, 26 and 20. RGB value is (10,38,32). Sum of RGB (Red+Green+Blue) = 10+38+32=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2620 is #F5D9DF. Grayscale: #1C1C1C. Windows color (decimal): -16112096 or 2106890. OLE color: 2106890.
HSL color Cylindrical-coordinate representation of color #0A2620: hue angle of 167.14º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2620 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 38 | 32 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.85 |
| HSL | 167.14º | 0.58% | 0.09% | - |
| HSV(B) | 167.14º | 0.74% | 0.15% | - |
| XYZ | 1.08 | 1.56 | 1.61 | - |
| YUV | 28.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 32 | 0.74 | 0 | 0.16 | 0.85 | 167.14 | 0.58 | 0.09 |
| Hex | A | 26 | 20 | 4A | 0 | 10 | 55 | A7 | 3A | 9 |
| Octal | 12 | 46 | 40 | 112 | 0 | 20 | 125 | 247 | 72 | 11 |
| Binary | 1010 | 100110 | 100000 | 1001010 | 0 | 10000 | 1010101 | 10100111 | 111010 | 1001 |
Color Harmonies of #0A2620
Complementary color
Monochromatic Colors of #0A2620
Black with #0A2620
Text Example
Text Example
White with #0A2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2620; }
p { color: rgb(10,38,32); }
H1.HeaderClassName
{
color: #0A2620;
}
.AnyTagClassName
{
color: #0A2620;
}
</style>
background-color css
<style>
a { background-color: #0A2620; }
a { background-color: rgb(10,38,32); }
div.DivClassName
{
background-color: #0A2620;
}
.BgClassName
{
background-color: #0A2620;
}
</style>
border-color css
<style>
span { border-color: #0A2620; }
span { border-color: rgb(10,38,32); }
td.TdClassName
{
border-color: #0A2620;
}
.TagClassName
{
border-color: #0A2620;
}
</style>