Shades of Forest Green #0A8A2E
Tints of Forest Green #0A8A2E
RGB
CMYK
RGB Variations
Color information
#0A8A2E (or 0x0A8A2E) is known color: Forest Green. HEX triplet: 0A, 8A and 2E. RGB value is (10,138,46). Sum of RGB (Red+Green+Blue) = 10+138+46=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 138 (54.30% from 255 or 71.13% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8A2E is #F575D1. Grayscale: #595959. Windows color (decimal): -16086482 or 3049994. OLE color: 3049994.
HSL color Cylindrical-coordinate representation of color #0A8A2E: hue angle of 136.88º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A2E is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 46 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.46 |
| HSL | 136.88º | 0.86% | 0.29% | - |
| HSV(B) | 136.88º | 0.93% | 0.54% | - |
| XYZ | 9.71 | 18.44 | 5.63 | - |
| YUV | 89.24 | 103.59 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 46 | 0.93 | 0 | 0.67 | 0.46 | 136.88 | 0.86 | 0.29 |
| Hex | A | 8A | 2E | 5D | 0 | 43 | 2E | 89 | 56 | 1D |
| Octal | 12 | 212 | 56 | 135 | 0 | 103 | 56 | 211 | 126 | 35 |
| Binary | 1010 | 10001010 | 101110 | 1011101 | 0 | 1000011 | 101110 | 10001001 | 1010110 | 11101 |
Color Harmonies of #0A8A2E
Complementary color
Monochromatic Colors of #0A8A2E
Black with #0A8A2E
Text Example
Text Example
White with #0A8A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A2E; }
p { color: rgb(10,138,46); }
H1.HeaderClassName
{
color: #0A8A2E;
}
.AnyTagClassName
{
color: #0A8A2E;
}
</style>
background-color css
<style>
a { background-color: #0A8A2E; }
a { background-color: rgb(10,138,46); }
div.DivClassName
{
background-color: #0A8A2E;
}
.BgClassName
{
background-color: #0A8A2E;
}
</style>
border-color css
<style>
span { border-color: #0A8A2E; }
span { border-color: rgb(10,138,46); }
td.TdClassName
{
border-color: #0A8A2E;
}
.TagClassName
{
border-color: #0A8A2E;
}
</style>