Shades of Dark Green #0A2E22
Tints of Dark Green #0A2E22
RGB
CMYK
RGB Variations
Color information
#0A2E22 (or 0x0A2E22) is known color: Dark Green. HEX triplet: 0A, 2E and 22. RGB value is (10,46,34). Sum of RGB (Red+Green+Blue) = 10+46+34=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #0A2E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2E22 is #F5D1DD. Grayscale: #212121. Windows color (decimal): -16110046 or 2240010. OLE color: 2240010.
HSL color Cylindrical-coordinate representation of color #0A2E22: hue angle of 160º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A2E22 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 46 | 34 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.82 |
| HSL | 160º | 0.64% | 0.11% | - |
| HSV(B) | 160º | 0.78% | 0.18% | - |
| XYZ | 1.39 | 2.13 | 1.85 | - |
| YUV | 33.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 34 | 0.78 | 0 | 0.26 | 0.82 | 160 | 0.64 | 0.11 |
| Hex | A | 2E | 22 | 4E | 0 | 1A | 52 | A0 | 40 | B |
| Octal | 12 | 56 | 42 | 116 | 0 | 32 | 122 | 240 | 100 | 13 |
| Binary | 1010 | 101110 | 100010 | 1001110 | 0 | 11010 | 1010010 | 10100000 | 1000000 | 1011 |
Color Harmonies of #0A2E22
Complementary color
Monochromatic Colors of #0A2E22
Black with #0A2E22
Text Example
Text Example
White with #0A2E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2E22; }
p { color: rgb(10,46,34); }
H1.HeaderClassName
{
color: #0A2E22;
}
.AnyTagClassName
{
color: #0A2E22;
}
</style>
background-color css
<style>
a { background-color: #0A2E22; }
a { background-color: rgb(10,46,34); }
div.DivClassName
{
background-color: #0A2E22;
}
.BgClassName
{
background-color: #0A2E22;
}
</style>
border-color css
<style>
span { border-color: #0A2E22; }
span { border-color: rgb(10,46,34); }
td.TdClassName
{
border-color: #0A2E22;
}
.TagClassName
{
border-color: #0A2E22;
}
</style>