Shades of Forest Green #2A953A
Tints of Forest Green #2A953A
RGB
CMYK
RGB Variations
Color information
#2A953A (or 0x2A953A) is known color: Forest Green. HEX triplet: 2A, 95 and 3A. RGB value is (42,149,58). Sum of RGB (Red+Green+Blue) = 42+149+58=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #2A953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A953A is #D56AC5. Grayscale: #6A6A6A. Windows color (decimal): -13986502 or 3839274. OLE color: 3839274.
HSL color Cylindrical-coordinate representation of color #2A953A: hue angle of 128.97º 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 #2A953A is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 58 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.42 |
| HSL | 128.97º | 0.56% | 0.37% | - |
| HSV(B) | 128.97º | 0.72% | 0.58% | - |
| XYZ | 12.47 | 22.29 | 7.65 | - |
| YUV | 106.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 58 | 0.72 | 0 | 0.61 | 0.42 | 128.97 | 0.56 | 0.37 |
| Hex | 2A | 95 | 3A | 48 | 0 | 3D | 2A | 81 | 38 | 25 |
| Octal | 52 | 225 | 72 | 110 | 0 | 75 | 52 | 201 | 70 | 45 |
| Binary | 101010 | 10010101 | 111010 | 1001000 | 0 | 111101 | 101010 | 10000001 | 111000 | 100101 |
Color Harmonies of #2A953A
Complementary color
Monochromatic Colors of #2A953A
Black with #2A953A
Text Example
Text Example
White with #2A953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A953A; }
p { color: rgb(42,149,58); }
H1.HeaderClassName
{
color: #2A953A;
}
.AnyTagClassName
{
color: #2A953A;
}
</style>
background-color css
<style>
a { background-color: #2A953A; }
a { background-color: rgb(42,149,58); }
div.DivClassName
{
background-color: #2A953A;
}
.BgClassName
{
background-color: #2A953A;
}
</style>
border-color css
<style>
span { border-color: #2A953A; }
span { border-color: rgb(42,149,58); }
td.TdClassName
{
border-color: #2A953A;
}
.TagClassName
{
border-color: #2A953A;
}
</style>