Shades of Forest Green #2A953D
Tints of Forest Green #2A953D
RGB
CMYK
RGB Variations
Color information
#2A953D (or 0x2A953D) is known color: Forest Green. HEX triplet: 2A, 95 and 3D. RGB value is (42,149,61). Sum of RGB (Red+Green+Blue) = 42+149+61=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #2A953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A953D is #D56AC2. Grayscale: #6B6B6B. Windows color (decimal): -13986499 or 4035882. OLE color: 4035882.
HSL color Cylindrical-coordinate representation of color #2A953D: hue angle of 130.65º 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 #2A953D is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 61 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.42 |
| HSL | 130.65º | 0.56% | 0.37% | - |
| HSV(B) | 130.65º | 0.72% | 0.58% | - |
| XYZ | 12.54 | 22.32 | 8.06 | - |
| YUV | 106.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 61 | 0.72 | 0 | 0.59 | 0.42 | 130.65 | 0.56 | 0.37 |
| Hex | 2A | 95 | 3D | 48 | 0 | 3B | 2A | 83 | 38 | 25 |
| Octal | 52 | 225 | 75 | 110 | 0 | 73 | 52 | 203 | 70 | 45 |
| Binary | 101010 | 10010101 | 111101 | 1001000 | 0 | 111011 | 101010 | 10000011 | 111000 | 100101 |
Color Harmonies of #2A953D
Complementary color
Monochromatic Colors of #2A953D
Black with #2A953D
Text Example
Text Example
White with #2A953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A953D; }
p { color: rgb(42,149,61); }
H1.HeaderClassName
{
color: #2A953D;
}
.AnyTagClassName
{
color: #2A953D;
}
</style>
background-color css
<style>
a { background-color: #2A953D; }
a { background-color: rgb(42,149,61); }
div.DivClassName
{
background-color: #2A953D;
}
.BgClassName
{
background-color: #2A953D;
}
</style>
border-color css
<style>
span { border-color: #2A953D; }
span { border-color: rgb(42,149,61); }
td.TdClassName
{
border-color: #2A953D;
}
.TagClassName
{
border-color: #2A953D;
}
</style>