Shades of Forest Green #2A831F
Tints of Forest Green #2A831F
RGB
CMYK
RGB Variations
Color information
#2A831F (or 0x2A831F) is known color: Forest Green. HEX triplet: 2A, 83 and 1F. RGB value is (42,131,31). Sum of RGB (Red+Green+Blue) = 42+131+31=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #2A831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A831F is #D57CE0. Grayscale: #5D5D5D. Windows color (decimal): -13991137 or 2065194. OLE color: 2065194.
HSL color Cylindrical-coordinate representation of color #2A831F: hue angle of 113.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A831F is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 131 | 31 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.49 |
| HSL | 113.4º | 0.62% | 0.32% | - |
| HSV(B) | 113.4º | 0.76% | 0.51% | - |
| XYZ | 9.32 | 16.82 | 4.05 | - |
| YUV | 92.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 131 | 31 | 0.68 | 0 | 0.76 | 0.49 | 113.4 | 0.62 | 0.32 |
| Hex | 2A | 83 | 1F | 44 | 0 | 4C | 31 | 71 | 3E | 20 |
| Octal | 52 | 203 | 37 | 104 | 0 | 114 | 61 | 161 | 76 | 40 |
| Binary | 101010 | 10000011 | 11111 | 1000100 | 0 | 1001100 | 110001 | 1110001 | 111110 | 100000 |
Color Harmonies of #2A831F
Complementary color
Monochromatic Colors of #2A831F
Black with #2A831F
Text Example
Text Example
White with #2A831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A831F; }
p { color: rgb(42,131,31); }
H1.HeaderClassName
{
color: #2A831F;
}
.AnyTagClassName
{
color: #2A831F;
}
</style>
background-color css
<style>
a { background-color: #2A831F; }
a { background-color: rgb(42,131,31); }
div.DivClassName
{
background-color: #2A831F;
}
.BgClassName
{
background-color: #2A831F;
}
</style>
border-color css
<style>
span { border-color: #2A831F; }
span { border-color: rgb(42,131,31); }
td.TdClassName
{
border-color: #2A831F;
}
.TagClassName
{
border-color: #2A831F;
}
</style>