Shades of Dark Green #0A2A21
Tints of Dark Green #0A2A21
RGB
CMYK
RGB Variations
Color information
#0A2A21 (or 0x0A2A21) is known color: Dark Green. HEX triplet: 0A, 2A and 21. RGB value is (10,42,33). Sum of RGB (Red+Green+Blue) = 10+42+33=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 42 (16.80% from 255 or 49.41% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 42 - color contains mainly: green. Hex color #0A2A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A21 is #F5D5DE. Grayscale: #1F1F1F. Windows color (decimal): -16111071 or 2173450. OLE color: 2173450.
HSL color Cylindrical-coordinate representation of color #0A2A21: hue angle of 163.12º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A2A21 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 42 | 33 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.84 |
| HSL | 163.13º | 0.62% | 0.1% | - |
| HSV(B) | 163.13º | 0.76% | 0.16% | - |
| XYZ | 1.23 | 1.83 | 1.73 | - |
| YUV | 31.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 33 | 0.76 | 0 | 0.21 | 0.84 | 163.13 | 0.62 | 0.1 |
| Hex | A | 2A | 21 | 4C | 0 | 15 | 54 | A3 | 3E | A |
| Octal | 12 | 52 | 41 | 114 | 0 | 25 | 124 | 243 | 76 | 12 |
| Binary | 1010 | 101010 | 100001 | 1001100 | 0 | 10101 | 1010100 | 10100011 | 111110 | 1010 |
Color Harmonies of #0A2A21
Complementary color
Monochromatic Colors of #0A2A21
Black with #0A2A21
Text Example
Text Example
White with #0A2A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A21; }
p { color: rgb(10,42,33); }
H1.HeaderClassName
{
color: #0A2A21;
}
.AnyTagClassName
{
color: #0A2A21;
}
</style>
background-color css
<style>
a { background-color: #0A2A21; }
a { background-color: rgb(10,42,33); }
div.DivClassName
{
background-color: #0A2A21;
}
.BgClassName
{
background-color: #0A2A21;
}
</style>
border-color css
<style>
span { border-color: #0A2A21; }
span { border-color: rgb(10,42,33); }
td.TdClassName
{
border-color: #0A2A21;
}
.TagClassName
{
border-color: #0A2A21;
}
</style>