Shades of Forest Green #2A8932
Tints of Forest Green #2A8932
RGB
CMYK
RGB Variations
Color information
#2A8932 (or 0x2A8932) is known color: Forest Green. HEX triplet: 2A, 89 and 32. RGB value is (42,137,50). Sum of RGB (Red+Green+Blue) = 42+137+50=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8932 is #D576CD. Grayscale: #626262. Windows color (decimal): -13989582 or 3311914. OLE color: 3311914.
HSL color Cylindrical-coordinate representation of color #2A8932: hue angle of 125.05º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8932 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 50 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.46 |
| HSL | 125.05º | 0.53% | 0.35% | - |
| HSV(B) | 125.05º | 0.69% | 0.54% | - |
| XYZ | 10.48 | 18.61 | 6.06 | - |
| YUV | 98.68 | 100.53 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 50 | 0.69 | 0 | 0.64 | 0.46 | 125.05 | 0.53 | 0.35 |
| Hex | 2A | 89 | 32 | 45 | 0 | 40 | 2E | 7D | 35 | 23 |
| Octal | 52 | 211 | 62 | 105 | 0 | 100 | 56 | 175 | 65 | 43 |
| Binary | 101010 | 10001001 | 110010 | 1000101 | 0 | 1000000 | 101110 | 1111101 | 110101 | 100011 |
Color Harmonies of #2A8932
Complementary color
Monochromatic Colors of #2A8932
Black with #2A8932
Text Example
Text Example
White with #2A8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8932; }
p { color: rgb(42,137,50); }
H1.HeaderClassName
{
color: #2A8932;
}
.AnyTagClassName
{
color: #2A8932;
}
</style>
background-color css
<style>
a { background-color: #2A8932; }
a { background-color: rgb(42,137,50); }
div.DivClassName
{
background-color: #2A8932;
}
.BgClassName
{
background-color: #2A8932;
}
</style>
border-color css
<style>
span { border-color: #2A8932; }
span { border-color: rgb(42,137,50); }
td.TdClassName
{
border-color: #2A8932;
}
.TagClassName
{
border-color: #2A8932;
}
</style>