Shades of Forest Green #2A9525
Tints of Forest Green #2A9525
RGB
CMYK
RGB Variations
Color information
#2A9525 (or 0x2A9525) is known color: Forest Green. HEX triplet: 2A, 95 and 25. RGB value is (42,149,37). Sum of RGB (Red+Green+Blue) = 42+149+37=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9525 is #D56ADA. Grayscale: #686868. Windows color (decimal): -13986523 or 2463018. OLE color: 2463018.
HSL color Cylindrical-coordinate representation of color #2A9525: hue angle of 117.32º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A9525 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 37 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.42 |
| HSL | 117.32º | 0.6% | 0.36% | - |
| HSV(B) | 117.32º | 0.75% | 0.58% | - |
| XYZ | 12.04 | 22.12 | 5.39 | - |
| YUV | 104.24 | 90.05 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 37 | 0.72 | 0 | 0.75 | 0.42 | 117.32 | 0.6 | 0.36 |
| Hex | 2A | 95 | 25 | 48 | 0 | 4B | 2A | 75 | 3C | 24 |
| Octal | 52 | 225 | 45 | 110 | 0 | 113 | 52 | 165 | 74 | 44 |
| Binary | 101010 | 10010101 | 100101 | 1001000 | 0 | 1001011 | 101010 | 1110101 | 111100 | 100100 |
Color Harmonies of #2A9525
Complementary color
Monochromatic Colors of #2A9525
Black with #2A9525
Text Example
Text Example
White with #2A9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9525; }
p { color: rgb(42,149,37); }
H1.HeaderClassName
{
color: #2A9525;
}
.AnyTagClassName
{
color: #2A9525;
}
</style>
background-color css
<style>
a { background-color: #2A9525; }
a { background-color: rgb(42,149,37); }
div.DivClassName
{
background-color: #2A9525;
}
.BgClassName
{
background-color: #2A9525;
}
</style>
border-color css
<style>
span { border-color: #2A9525; }
span { border-color: rgb(42,149,37); }
td.TdClassName
{
border-color: #2A9525;
}
.TagClassName
{
border-color: #2A9525;
}
</style>