Shades of Forest Green #2A971F
Tints of Forest Green #2A971F
RGB
CMYK
RGB Variations
Color information
#2A971F (or 0x2A971F) is known color: Forest Green. HEX triplet: 2A, 97 and 1F. RGB value is (42,151,31). Sum of RGB (Red+Green+Blue) = 42+151+31=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #2A971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A971F is #D568E0. Grayscale: #696969. Windows color (decimal): -13986017 or 2070314. OLE color: 2070314.
HSL color Cylindrical-coordinate representation of color #2A971F: hue angle of 114.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A971F is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 151 | 31 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.41 |
| HSL | 114.5º | 0.66% | 0.36% | - |
| HSV(B) | 114.5º | 0.79% | 0.59% | - |
| XYZ | 12.27 | 22.72 | 5.04 | - |
| YUV | 104.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 151 | 31 | 0.72 | 0 | 0.79 | 0.41 | 114.5 | 0.66 | 0.36 |
| Hex | 2A | 97 | 1F | 48 | 0 | 4F | 29 | 72 | 42 | 24 |
| Octal | 52 | 227 | 37 | 110 | 0 | 117 | 51 | 162 | 102 | 44 |
| Binary | 101010 | 10010111 | 11111 | 1001000 | 0 | 1001111 | 101001 | 1110010 | 1000010 | 100100 |
Color Harmonies of #2A971F
Complementary color
Monochromatic Colors of #2A971F
Black with #2A971F
Text Example
Text Example
White with #2A971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A971F; }
p { color: rgb(42,151,31); }
H1.HeaderClassName
{
color: #2A971F;
}
.AnyTagClassName
{
color: #2A971F;
}
</style>
background-color css
<style>
a { background-color: #2A971F; }
a { background-color: rgb(42,151,31); }
div.DivClassName
{
background-color: #2A971F;
}
.BgClassName
{
background-color: #2A971F;
}
</style>
border-color css
<style>
span { border-color: #2A971F; }
span { border-color: rgb(42,151,31); }
td.TdClassName
{
border-color: #2A971F;
}
.TagClassName
{
border-color: #2A971F;
}
</style>