Shades of Forest Green #2A953B
Tints of Forest Green #2A953B
RGB
CMYK
RGB Variations
Color information
#2A953B (or 0x2A953B) is known color: Forest Green. HEX triplet: 2A, 95 and 3B. RGB value is (42,149,59). Sum of RGB (Red+Green+Blue) = 42+149+59=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #2A953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A953B is #D56AC4. Grayscale: #6A6A6A. Windows color (decimal): -13986501 or 3904810. OLE color: 3904810.
HSL color Cylindrical-coordinate representation of color #2A953B: hue angle of 129.53º 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 #2A953B is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 59 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.42 |
| HSL | 129.53º | 0.56% | 0.37% | - |
| HSV(B) | 129.53º | 0.72% | 0.58% | - |
| XYZ | 12.49 | 22.3 | 7.78 | - |
| YUV | 106.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 59 | 0.72 | 0 | 0.60 | 0.42 | 129.53 | 0.56 | 0.37 |
| Hex | 2A | 95 | 3B | 48 | 0 | 3C | 2A | 82 | 38 | 25 |
| Octal | 52 | 225 | 73 | 110 | 0 | 74 | 52 | 202 | 70 | 45 |
| Binary | 101010 | 10010101 | 111011 | 1001000 | 0 | 111100 | 101010 | 10000010 | 111000 | 100101 |
Color Harmonies of #2A953B
Complementary color
Monochromatic Colors of #2A953B
Black with #2A953B
Text Example
Text Example
White with #2A953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A953B; }
p { color: rgb(42,149,59); }
H1.HeaderClassName
{
color: #2A953B;
}
.AnyTagClassName
{
color: #2A953B;
}
</style>
background-color css
<style>
a { background-color: #2A953B; }
a { background-color: rgb(42,149,59); }
div.DivClassName
{
background-color: #2A953B;
}
.BgClassName
{
background-color: #2A953B;
}
</style>
border-color css
<style>
span { border-color: #2A953B; }
span { border-color: rgb(42,149,59); }
td.TdClassName
{
border-color: #2A953B;
}
.TagClassName
{
border-color: #2A953B;
}
</style>