Shades of Dark Green #0A2A22
Tints of Dark Green #0A2A22
RGB
CMYK
RGB Variations
Color information
#0A2A22 (or 0x0A2A22) is known color: Dark Green. HEX triplet: 0A, 2A and 22. RGB value is (10,42,34). Sum of RGB (Red+Green+Blue) = 10+42+34=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 42 (16.80% from 255 or 48.84% from 86); Blue value is 34 (13.67% from 255 or 39.53% from 86); Max value from RGB is 42 - color contains mainly: green. Hex color #0A2A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A22 is #F5D5DD. Grayscale: #1F1F1F. Windows color (decimal): -16111070 or 2238986. OLE color: 2238986.
HSL color Cylindrical-coordinate representation of color #0A2A22: hue angle of 165º 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 #0A2A22 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 42 | 34 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.84 |
| HSL | 165º | 0.62% | 0.1% | - |
| HSV(B) | 165º | 0.76% | 0.16% | - |
| XYZ | 1.24 | 1.84 | 1.8 | - |
| YUV | 31.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 34 | 0.76 | 0 | 0.19 | 0.84 | 165 | 0.62 | 0.1 |
| Hex | A | 2A | 22 | 4C | 0 | 13 | 54 | A5 | 3E | A |
| Octal | 12 | 52 | 42 | 114 | 0 | 23 | 124 | 245 | 76 | 12 |
| Binary | 1010 | 101010 | 100010 | 1001100 | 0 | 10011 | 1010100 | 10100101 | 111110 | 1010 |
Color Harmonies of #0A2A22
Complementary color
Monochromatic Colors of #0A2A22
Black with #0A2A22
Text Example
Text Example
White with #0A2A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A22; }
p { color: rgb(10,42,34); }
H1.HeaderClassName
{
color: #0A2A22;
}
.AnyTagClassName
{
color: #0A2A22;
}
</style>
background-color css
<style>
a { background-color: #0A2A22; }
a { background-color: rgb(10,42,34); }
div.DivClassName
{
background-color: #0A2A22;
}
.BgClassName
{
background-color: #0A2A22;
}
</style>
border-color css
<style>
span { border-color: #0A2A22; }
span { border-color: rgb(10,42,34); }
td.TdClassName
{
border-color: #0A2A22;
}
.TagClassName
{
border-color: #0A2A22;
}
</style>