Shades of Forest Green #2A952A
Tints of Forest Green #2A952A
RGB
CMYK
RGB Variations
Color information
#2A952A (or 0x2A952A) is known color: Forest Green. HEX triplet: 2A, 95 and 2A. RGB value is (42,149,42). Sum of RGB (Red+Green+Blue) = 42+149+42=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #2A952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A952A is #D56AD5. Grayscale: #696969. Windows color (decimal): -13986518 or 2790698. OLE color: 2790698.
HSL color Cylindrical-coordinate representation of color #2A952A: hue angle of 120º 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 #2A952A is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 42 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.42 |
| HSL | 120º | 0.56% | 0.37% | - |
| HSV(B) | 120º | 0.72% | 0.58% | - |
| XYZ | 12.12 | 22.15 | 5.83 | - |
| YUV | 104.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 42 | 0.72 | 0 | 0.72 | 0.42 | 120 | 0.56 | 0.37 |
| Hex | 2A | 95 | 2A | 48 | 0 | 48 | 2A | 78 | 38 | 25 |
| Octal | 52 | 225 | 52 | 110 | 0 | 110 | 52 | 170 | 70 | 45 |
| Binary | 101010 | 10010101 | 101010 | 1001000 | 0 | 1001000 | 101010 | 1111000 | 111000 | 100101 |
Color Harmonies of #2A952A
Complementary color
Monochromatic Colors of #2A952A
Black with #2A952A
Text Example
Text Example
White with #2A952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A952A; }
p { color: rgb(42,149,42); }
H1.HeaderClassName
{
color: #2A952A;
}
.AnyTagClassName
{
color: #2A952A;
}
</style>
background-color css
<style>
a { background-color: #2A952A; }
a { background-color: rgb(42,149,42); }
div.DivClassName
{
background-color: #2A952A;
}
.BgClassName
{
background-color: #2A952A;
}
</style>
border-color css
<style>
span { border-color: #2A952A; }
span { border-color: rgb(42,149,42); }
td.TdClassName
{
border-color: #2A952A;
}
.TagClassName
{
border-color: #2A952A;
}
</style>