Shades of Forest Green #2B952A
Tints of Forest Green #2B952A
RGB
CMYK
RGB Variations
Color information
#2B952A (or 0x2B952A) is known color: Forest Green. HEX triplet: 2B, 95 and 2A. RGB value is (43,149,42). Sum of RGB (Red+Green+Blue) = 43+149+42=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #2B952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B952A is #D46AD5. Grayscale: #696969. Windows color (decimal): -13920982 or 2790699. OLE color: 2790699.
HSL color Cylindrical-coordinate representation of color #2B952A: hue angle of 119.44º 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 #2B952A is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 42 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.42 |
| HSL | 119.44º | 0.56% | 0.37% | - |
| HSV(B) | 119.44º | 0.72% | 0.58% | - |
| XYZ | 12.16 | 22.18 | 5.83 | - |
| YUV | 105.11 | 92.38 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 42 | 0.71 | 0 | 0.72 | 0.42 | 119.44 | 0.56 | 0.37 |
| Hex | 2B | 95 | 2A | 47 | 0 | 48 | 2A | 77 | 38 | 25 |
| Octal | 53 | 225 | 52 | 107 | 0 | 110 | 52 | 167 | 70 | 45 |
| Binary | 101011 | 10010101 | 101010 | 1000111 | 0 | 1001000 | 101010 | 1110111 | 111000 | 100101 |
Color Harmonies of #2B952A
Complementary color
Monochromatic Colors of #2B952A
Black with #2B952A
Text Example
Text Example
White with #2B952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B952A; }
p { color: rgb(43,149,42); }
H1.HeaderClassName
{
color: #2B952A;
}
.AnyTagClassName
{
color: #2B952A;
}
</style>
background-color css
<style>
a { background-color: #2B952A; }
a { background-color: rgb(43,149,42); }
div.DivClassName
{
background-color: #2B952A;
}
.BgClassName
{
background-color: #2B952A;
}
</style>
border-color css
<style>
span { border-color: #2B952A; }
span { border-color: rgb(43,149,42); }
td.TdClassName
{
border-color: #2B952A;
}
.TagClassName
{
border-color: #2B952A;
}
</style>