Shades of Forest Green #2A9610
Tints of Forest Green #2A9610
RGB
CMYK
RGB Variations
Color information
#2A9610 (or 0x2A9610) is known color: Forest Green. HEX triplet: 2A, 96 and 10. RGB value is (42,150,16). Sum of RGB (Red+Green+Blue) = 42+150+16=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 150 (58.98% from 255 or 72.12% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9610 is #D569EF. Grayscale: #666666. Windows color (decimal): -13986288 or 1087018. OLE color: 1087018.
HSL color Cylindrical-coordinate representation of color #2A9610: hue angle of 108.36º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A9610 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 16 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.41 |
| HSL | 108.36º | 0.81% | 0.33% | - |
| HSV(B) | 108.36º | 0.89% | 0.59% | - |
| XYZ | 11.95 | 22.34 | 4.17 | - |
| YUV | 102.43 | 79.22 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 16 | 0.72 | 0 | 0.89 | 0.41 | 108.36 | 0.81 | 0.33 |
| Hex | 2A | 96 | 10 | 48 | 0 | 59 | 29 | 6C | 51 | 21 |
| Octal | 52 | 226 | 20 | 110 | 0 | 131 | 51 | 154 | 121 | 41 |
| Binary | 101010 | 10010110 | 10000 | 1001000 | 0 | 1011001 | 101001 | 1101100 | 1010001 | 100001 |
Color Harmonies of #2A9610
Complementary color
Monochromatic Colors of #2A9610
Black with #2A9610
Text Example
Text Example
White with #2A9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9610; }
p { color: rgb(42,150,16); }
H1.HeaderClassName
{
color: #2A9610;
}
.AnyTagClassName
{
color: #2A9610;
}
</style>
background-color css
<style>
a { background-color: #2A9610; }
a { background-color: rgb(42,150,16); }
div.DivClassName
{
background-color: #2A9610;
}
.BgClassName
{
background-color: #2A9610;
}
</style>
border-color css
<style>
span { border-color: #2A9610; }
span { border-color: rgb(42,150,16); }
td.TdClassName
{
border-color: #2A9610;
}
.TagClassName
{
border-color: #2A9610;
}
</style>