Shades of Forest Green #2A9D12
Tints of Forest Green #2A9D12
RGB
CMYK
RGB Variations
Color information
#2A9D12 (or 0x2A9D12) is known color: Forest Green. HEX triplet: 2A, 9D and 12. RGB value is (42,157,18). Sum of RGB (Red+Green+Blue) = 42+157+18=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 157 (61.72% from 255 or 72.35% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9D12 is #D562ED. Grayscale: #6B6B6B. Windows color (decimal): -13984494 or 1219882. OLE color: 1219882.
HSL color Cylindrical-coordinate representation of color #2A9D12: hue angle of 109.64º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A9D12 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 157 | 18 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.38 |
| HSL | 109.64º | 0.79% | 0.34% | - |
| HSV(B) | 109.64º | 0.89% | 0.62% | - |
| XYZ | 13.12 | 24.65 | 4.64 | - |
| YUV | 106.77 | 77.9 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 18 | 0.73 | 0 | 0.89 | 0.38 | 109.64 | 0.79 | 0.34 |
| Hex | 2A | 9D | 12 | 49 | 0 | 59 | 26 | 6E | 4F | 22 |
| Octal | 52 | 235 | 22 | 111 | 0 | 131 | 46 | 156 | 117 | 42 |
| Binary | 101010 | 10011101 | 10010 | 1001001 | 0 | 1011001 | 100110 | 1101110 | 1001111 | 100010 |
Color Harmonies of #2A9D12
Complementary color
Monochromatic Colors of #2A9D12
Black with #2A9D12
Text Example
Text Example
White with #2A9D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9D12; }
p { color: rgb(42,157,18); }
H1.HeaderClassName
{
color: #2A9D12;
}
.AnyTagClassName
{
color: #2A9D12;
}
</style>
background-color css
<style>
a { background-color: #2A9D12; }
a { background-color: rgb(42,157,18); }
div.DivClassName
{
background-color: #2A9D12;
}
.BgClassName
{
background-color: #2A9D12;
}
</style>
border-color css
<style>
span { border-color: #2A9D12; }
span { border-color: rgb(42,157,18); }
td.TdClassName
{
border-color: #2A9D12;
}
.TagClassName
{
border-color: #2A9D12;
}
</style>