Shades of Forest Green #2A8425
Tints of Forest Green #2A8425
RGB
CMYK
RGB Variations
Color information
#2A8425 (or 0x2A8425) is known color: Forest Green. HEX triplet: 2A, 84 and 25. RGB value is (42,132,37). Sum of RGB (Red+Green+Blue) = 42+132+37=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8425 is #D57BDA. Grayscale: #5E5E5E. Windows color (decimal): -13990875 or 2458666. OLE color: 2458666.
HSL color Cylindrical-coordinate representation of color #2A8425: hue angle of 116.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A8425 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 132 | 37 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.48 |
| HSL | 116.84º | 0.56% | 0.33% | - |
| HSV(B) | 116.84º | 0.72% | 0.52% | - |
| XYZ | 9.54 | 17.13 | 4.55 | - |
| YUV | 94.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 37 | 0.68 | 0 | 0.72 | 0.48 | 116.84 | 0.56 | 0.33 |
| Hex | 2A | 84 | 25 | 44 | 0 | 48 | 30 | 75 | 38 | 21 |
| Octal | 52 | 204 | 45 | 104 | 0 | 110 | 60 | 165 | 70 | 41 |
| Binary | 101010 | 10000100 | 100101 | 1000100 | 0 | 1001000 | 110000 | 1110101 | 111000 | 100001 |
Color Harmonies of #2A8425
Complementary color
Monochromatic Colors of #2A8425
Black with #2A8425
Text Example
Text Example
White with #2A8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8425; }
p { color: rgb(42,132,37); }
H1.HeaderClassName
{
color: #2A8425;
}
.AnyTagClassName
{
color: #2A8425;
}
</style>
background-color css
<style>
a { background-color: #2A8425; }
a { background-color: rgb(42,132,37); }
div.DivClassName
{
background-color: #2A8425;
}
.BgClassName
{
background-color: #2A8425;
}
</style>
border-color css
<style>
span { border-color: #2A8425; }
span { border-color: rgb(42,132,37); }
td.TdClassName
{
border-color: #2A8425;
}
.TagClassName
{
border-color: #2A8425;
}
</style>