Shades of Forest Green #2A9531
Tints of Forest Green #2A9531
RGB
CMYK
RGB Variations
Color information
#2A9531 (or 0x2A9531) is known color: Forest Green. HEX triplet: 2A, 95 and 31. RGB value is (42,149,49). Sum of RGB (Red+Green+Blue) = 42+149+49=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9531 is #D56ACE. Grayscale: #696969. Windows color (decimal): -13986511 or 3249450. OLE color: 3249450.
HSL color Cylindrical-coordinate representation of color #2A9531: hue angle of 123.93º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9531 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 49 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.42 |
| HSL | 123.93º | 0.56% | 0.37% | - |
| HSV(B) | 123.93º | 0.72% | 0.58% | - |
| XYZ | 12.26 | 22.21 | 6.55 | - |
| YUV | 105.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 49 | 0.72 | 0 | 0.67 | 0.42 | 123.93 | 0.56 | 0.37 |
| Hex | 2A | 95 | 31 | 48 | 0 | 43 | 2A | 7C | 38 | 25 |
| Octal | 52 | 225 | 61 | 110 | 0 | 103 | 52 | 174 | 70 | 45 |
| Binary | 101010 | 10010101 | 110001 | 1001000 | 0 | 1000011 | 101010 | 1111100 | 111000 | 100101 |
Color Harmonies of #2A9531
Complementary color
Monochromatic Colors of #2A9531
Black with #2A9531
Text Example
Text Example
White with #2A9531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9531; }
p { color: rgb(42,149,49); }
H1.HeaderClassName
{
color: #2A9531;
}
.AnyTagClassName
{
color: #2A9531;
}
</style>
background-color css
<style>
a { background-color: #2A9531; }
a { background-color: rgb(42,149,49); }
div.DivClassName
{
background-color: #2A9531;
}
.BgClassName
{
background-color: #2A9531;
}
</style>
border-color css
<style>
span { border-color: #2A9531; }
span { border-color: rgb(42,149,49); }
td.TdClassName
{
border-color: #2A9531;
}
.TagClassName
{
border-color: #2A9531;
}
</style>