Shades of Forest Green #2A8225
Tints of Forest Green #2A8225
RGB
CMYK
RGB Variations
Color information
#2A8225 (or 0x2A8225) is known color: Forest Green. HEX triplet: 2A, 82 and 25. RGB value is (42,130,37). Sum of RGB (Red+Green+Blue) = 42+130+37=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8225 is #D57DDA. Grayscale: #5D5D5D. Windows color (decimal): -13991387 or 2458154. OLE color: 2458154.
HSL color Cylindrical-coordinate representation of color #2A8225: hue angle of 116.77º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A8225 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 37 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.49 |
| HSL | 116.77º | 0.56% | 0.33% | - |
| HSV(B) | 116.77º | 0.72% | 0.51% | - |
| XYZ | 9.27 | 16.59 | 4.46 | - |
| YUV | 93.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 37 | 0.68 | 0 | 0.72 | 0.49 | 116.77 | 0.56 | 0.33 |
| Hex | 2A | 82 | 25 | 44 | 0 | 48 | 31 | 75 | 38 | 21 |
| Octal | 52 | 202 | 45 | 104 | 0 | 110 | 61 | 165 | 70 | 41 |
| Binary | 101010 | 10000010 | 100101 | 1000100 | 0 | 1001000 | 110001 | 1110101 | 111000 | 100001 |
Color Harmonies of #2A8225
Complementary color
Monochromatic Colors of #2A8225
Black with #2A8225
Text Example
Text Example
White with #2A8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8225; }
p { color: rgb(42,130,37); }
H1.HeaderClassName
{
color: #2A8225;
}
.AnyTagClassName
{
color: #2A8225;
}
</style>
background-color css
<style>
a { background-color: #2A8225; }
a { background-color: rgb(42,130,37); }
div.DivClassName
{
background-color: #2A8225;
}
.BgClassName
{
background-color: #2A8225;
}
</style>
border-color css
<style>
span { border-color: #2A8225; }
span { border-color: rgb(42,130,37); }
td.TdClassName
{
border-color: #2A8225;
}
.TagClassName
{
border-color: #2A8225;
}
</style>