Shades of Dark Green #0A2F22
Tints of Dark Green #0A2F22
RGB
CMYK
RGB Variations
Color information
#0A2F22 (or 0x0A2F22) is known color: Dark Green. HEX triplet: 0A, 2F and 22. RGB value is (10,47,34). Sum of RGB (Red+Green+Blue) = 10+47+34=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #0A2F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2F22 is #F5D0DD. Grayscale: #222222. Windows color (decimal): -16109790 or 2240266. OLE color: 2240266.
HSL color Cylindrical-coordinate representation of color #0A2F22: hue angle of 158.92º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2F22 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 47 | 34 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.82 |
| HSL | 158.92º | 0.65% | 0.11% | - |
| HSV(B) | 158.92º | 0.79% | 0.18% | - |
| XYZ | 1.43 | 2.21 | 1.87 | - |
| YUV | 34.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 34 | 0.79 | 0 | 0.28 | 0.82 | 158.92 | 0.65 | 0.11 |
| Hex | A | 2F | 22 | 4F | 0 | 1C | 52 | 9F | 41 | B |
| Octal | 12 | 57 | 42 | 117 | 0 | 34 | 122 | 237 | 101 | 13 |
| Binary | 1010 | 101111 | 100010 | 1001111 | 0 | 11100 | 1010010 | 10011111 | 1000001 | 1011 |
Color Harmonies of #0A2F22
Complementary color
Monochromatic Colors of #0A2F22
Black with #0A2F22
Text Example
Text Example
White with #0A2F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F22; }
p { color: rgb(10,47,34); }
H1.HeaderClassName
{
color: #0A2F22;
}
.AnyTagClassName
{
color: #0A2F22;
}
</style>
background-color css
<style>
a { background-color: #0A2F22; }
a { background-color: rgb(10,47,34); }
div.DivClassName
{
background-color: #0A2F22;
}
.BgClassName
{
background-color: #0A2F22;
}
</style>
border-color css
<style>
span { border-color: #0A2F22; }
span { border-color: rgb(10,47,34); }
td.TdClassName
{
border-color: #0A2F22;
}
.TagClassName
{
border-color: #0A2F22;
}
</style>