Shades of Dark Green #0A2521
Tints of Dark Green #0A2521
RGB
CMYK
RGB Variations
Color information
#0A2521 (or 0x0A2521) is known color: Dark Green. HEX triplet: 0A, 25 and 21. RGB value is (10,37,33). Sum of RGB (Red+Green+Blue) = 10+37+33=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2521 is #F5DADE. Grayscale: #1C1C1C. Windows color (decimal): -16112351 or 2172170. OLE color: 2172170.
HSL color Cylindrical-coordinate representation of color #0A2521: hue angle of 171.11º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A2521 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 37 | 33 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.85 |
| HSL | 171.11º | 0.57% | 0.09% | - |
| HSV(B) | 171.11º | 0.73% | 0.15% | - |
| XYZ | 1.06 | 1.5 | 1.67 | - |
| YUV | 28.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 33 | 0.73 | 0 | 0.11 | 0.85 | 171.11 | 0.57 | 0.09 |
| Hex | A | 25 | 21 | 49 | 0 | B | 55 | AB | 39 | 9 |
| Octal | 12 | 45 | 41 | 111 | 0 | 13 | 125 | 253 | 71 | 11 |
| Binary | 1010 | 100101 | 100001 | 1001001 | 0 | 1011 | 1010101 | 10101011 | 111001 | 1001 |
Color Harmonies of #0A2521
Complementary color
Monochromatic Colors of #0A2521
Black with #0A2521
Text Example
Text Example
White with #0A2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2521; }
p { color: rgb(10,37,33); }
H1.HeaderClassName
{
color: #0A2521;
}
.AnyTagClassName
{
color: #0A2521;
}
</style>
background-color css
<style>
a { background-color: #0A2521; }
a { background-color: rgb(10,37,33); }
div.DivClassName
{
background-color: #0A2521;
}
.BgClassName
{
background-color: #0A2521;
}
</style>
border-color css
<style>
span { border-color: #0A2521; }
span { border-color: rgb(10,37,33); }
td.TdClassName
{
border-color: #0A2521;
}
.TagClassName
{
border-color: #0A2521;
}
</style>