Shades of Forest Green #2B952D
Tints of Forest Green #2B952D
RGB
CMYK
RGB Variations
Color information
#2B952D (or 0x2B952D) is known color: Forest Green. HEX triplet: 2B, 95 and 2D. RGB value is (43,149,45). Sum of RGB (Red+Green+Blue) = 43+149+45=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #2B952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B952D is #D46AD2. Grayscale: #696969. Windows color (decimal): -13920979 or 2987307. OLE color: 2987307.
HSL color Cylindrical-coordinate representation of color #2B952D: hue angle of 121.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B952D is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 45 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.42 |
| HSL | 121.13º | 0.55% | 0.38% | - |
| HSV(B) | 121.13º | 0.71% | 0.58% | - |
| XYZ | 12.22 | 22.2 | 6.12 | - |
| YUV | 105.45 | 93.88 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 45 | 0.71 | 0 | 0.70 | 0.42 | 121.13 | 0.55 | 0.38 |
| Hex | 2B | 95 | 2D | 47 | 0 | 46 | 2A | 79 | 37 | 26 |
| Octal | 53 | 225 | 55 | 107 | 0 | 106 | 52 | 171 | 67 | 46 |
| Binary | 101011 | 10010101 | 101101 | 1000111 | 0 | 1000110 | 101010 | 1111001 | 110111 | 100110 |
Color Harmonies of #2B952D
Complementary color
Monochromatic Colors of #2B952D
Black with #2B952D
Text Example
Text Example
White with #2B952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B952D; }
p { color: rgb(43,149,45); }
H1.HeaderClassName
{
color: #2B952D;
}
.AnyTagClassName
{
color: #2B952D;
}
</style>
background-color css
<style>
a { background-color: #2B952D; }
a { background-color: rgb(43,149,45); }
div.DivClassName
{
background-color: #2B952D;
}
.BgClassName
{
background-color: #2B952D;
}
</style>
border-color css
<style>
span { border-color: #2B952D; }
span { border-color: rgb(43,149,45); }
td.TdClassName
{
border-color: #2B952D;
}
.TagClassName
{
border-color: #2B952D;
}
</style>