Shades of Forest Green #2A871F
Tints of Forest Green #2A871F
RGB
CMYK
RGB Variations
Color information
#2A871F (or 0x2A871F) is known color: Forest Green. HEX triplet: 2A, 87 and 1F. RGB value is (42,135,31). Sum of RGB (Red+Green+Blue) = 42+135+31=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #2A871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A871F is #D578E0. Grayscale: #5F5F5F. Windows color (decimal): -13990113 or 2066218. OLE color: 2066218.
HSL color Cylindrical-coordinate representation of color #2A871F: hue angle of 113.65º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A871F is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 31 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.47 |
| HSL | 113.65º | 0.63% | 0.33% | - |
| HSV(B) | 113.65º | 0.77% | 0.53% | - |
| XYZ | 9.87 | 17.92 | 4.24 | - |
| YUV | 95.34 | 91.69 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 31 | 0.69 | 0 | 0.77 | 0.47 | 113.65 | 0.63 | 0.33 |
| Hex | 2A | 87 | 1F | 45 | 0 | 4D | 2F | 72 | 3F | 21 |
| Octal | 52 | 207 | 37 | 105 | 0 | 115 | 57 | 162 | 77 | 41 |
| Binary | 101010 | 10000111 | 11111 | 1000101 | 0 | 1001101 | 101111 | 1110010 | 111111 | 100001 |
Color Harmonies of #2A871F
Complementary color
Monochromatic Colors of #2A871F
Black with #2A871F
Text Example
Text Example
White with #2A871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A871F; }
p { color: rgb(42,135,31); }
H1.HeaderClassName
{
color: #2A871F;
}
.AnyTagClassName
{
color: #2A871F;
}
</style>
background-color css
<style>
a { background-color: #2A871F; }
a { background-color: rgb(42,135,31); }
div.DivClassName
{
background-color: #2A871F;
}
.BgClassName
{
background-color: #2A871F;
}
</style>
border-color css
<style>
span { border-color: #2A871F; }
span { border-color: rgb(42,135,31); }
td.TdClassName
{
border-color: #2A871F;
}
.TagClassName
{
border-color: #2A871F;
}
</style>