Shades of Forest Green #2A9524
Tints of Forest Green #2A9524
RGB
CMYK
RGB Variations
Color information
#2A9524 (or 0x2A9524) is known color: Forest Green. HEX triplet: 2A, 95 and 24. RGB value is (42,149,36). Sum of RGB (Red+Green+Blue) = 42+149+36=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9524 is #D56ADB. Grayscale: #686868. Windows color (decimal): -13986524 or 2397482. OLE color: 2397482.
HSL color Cylindrical-coordinate representation of color #2A9524: hue angle of 116.81º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A9524 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 36 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.42 |
| HSL | 116.81º | 0.61% | 0.36% | - |
| HSV(B) | 116.81º | 0.76% | 0.58% | - |
| XYZ | 12.02 | 22.11 | 5.3 | - |
| YUV | 104.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 36 | 0.72 | 0 | 0.76 | 0.42 | 116.81 | 0.61 | 0.36 |
| Hex | 2A | 95 | 24 | 48 | 0 | 4C | 2A | 75 | 3D | 24 |
| Octal | 52 | 225 | 44 | 110 | 0 | 114 | 52 | 165 | 75 | 44 |
| Binary | 101010 | 10010101 | 100100 | 1001000 | 0 | 1001100 | 101010 | 1110101 | 111101 | 100100 |
Color Harmonies of #2A9524
Complementary color
Monochromatic Colors of #2A9524
Black with #2A9524
Text Example
Text Example
White with #2A9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9524; }
p { color: rgb(42,149,36); }
H1.HeaderClassName
{
color: #2A9524;
}
.AnyTagClassName
{
color: #2A9524;
}
</style>
background-color css
<style>
a { background-color: #2A9524; }
a { background-color: rgb(42,149,36); }
div.DivClassName
{
background-color: #2A9524;
}
.BgClassName
{
background-color: #2A9524;
}
</style>
border-color css
<style>
span { border-color: #2A9524; }
span { border-color: rgb(42,149,36); }
td.TdClassName
{
border-color: #2A9524;
}
.TagClassName
{
border-color: #2A9524;
}
</style>