Shades of Dark Green #0A2720
Tints of Dark Green #0A2720
RGB
CMYK
RGB Variations
Color information
#0A2720 (or 0x0A2720) is known color: Dark Green. HEX triplet: 0A, 27 and 20. RGB value is (10,39,32). Sum of RGB (Red+Green+Blue) = 10+39+32=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2720 is #F5D8DF. Grayscale: #1D1D1D. Windows color (decimal): -16111840 or 2107146. OLE color: 2107146.
HSL color Cylindrical-coordinate representation of color #0A2720: hue angle of 165.52º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2720 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 32 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.85 |
| HSL | 165.52º | 0.59% | 0.1% | - |
| HSV(B) | 165.52º | 0.74% | 0.15% | - |
| XYZ | 1.11 | 1.62 | 1.62 | - |
| YUV | 29.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 32 | 0.74 | 0 | 0.18 | 0.85 | 165.52 | 0.59 | 0.1 |
| Hex | A | 27 | 20 | 4A | 0 | 12 | 55 | A6 | 3B | A |
| Octal | 12 | 47 | 40 | 112 | 0 | 22 | 125 | 246 | 73 | 12 |
| Binary | 1010 | 100111 | 100000 | 1001010 | 0 | 10010 | 1010101 | 10100110 | 111011 | 1010 |
Color Harmonies of #0A2720
Complementary color
Monochromatic Colors of #0A2720
Black with #0A2720
Text Example
Text Example
White with #0A2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2720; }
p { color: rgb(10,39,32); }
H1.HeaderClassName
{
color: #0A2720;
}
.AnyTagClassName
{
color: #0A2720;
}
</style>
background-color css
<style>
a { background-color: #0A2720; }
a { background-color: rgb(10,39,32); }
div.DivClassName
{
background-color: #0A2720;
}
.BgClassName
{
background-color: #0A2720;
}
</style>
border-color css
<style>
span { border-color: #0A2720; }
span { border-color: rgb(10,39,32); }
td.TdClassName
{
border-color: #0A2720;
}
.TagClassName
{
border-color: #0A2720;
}
</style>