Shades of Forest Green #2D952B
Tints of Forest Green #2D952B
RGB
CMYK
RGB Variations
Color information
#2D952B (or 0x2D952B) is known color: Forest Green. HEX triplet: 2D, 95 and 2B. RGB value is (45,149,43). Sum of RGB (Red+Green+Blue) = 45+149+43=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #2D952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D952B is #D26AD4. Grayscale: #6A6A6A. Windows color (decimal): -13789909 or 2856237. OLE color: 2856237.
HSL color Cylindrical-coordinate representation of color #2D952B: hue angle of 118.87º 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 #2D952B is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 43 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.42 |
| HSL | 118.87º | 0.55% | 0.38% | - |
| HSV(B) | 118.87º | 0.71% | 0.58% | - |
| XYZ | 12.27 | 22.23 | 5.93 | - |
| YUV | 105.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 43 | 0.70 | 0 | 0.71 | 0.42 | 118.87 | 0.55 | 0.38 |
| Hex | 2D | 95 | 2B | 46 | 0 | 47 | 2A | 77 | 37 | 26 |
| Octal | 55 | 225 | 53 | 106 | 0 | 107 | 52 | 167 | 67 | 46 |
| Binary | 101101 | 10010101 | 101011 | 1000110 | 0 | 1000111 | 101010 | 1110111 | 110111 | 100110 |
Color Harmonies of #2D952B
Complementary color
Monochromatic Colors of #2D952B
Black with #2D952B
Text Example
Text Example
White with #2D952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D952B; }
p { color: rgb(45,149,43); }
H1.HeaderClassName
{
color: #2D952B;
}
.AnyTagClassName
{
color: #2D952B;
}
</style>
background-color css
<style>
a { background-color: #2D952B; }
a { background-color: rgb(45,149,43); }
div.DivClassName
{
background-color: #2D952B;
}
.BgClassName
{
background-color: #2D952B;
}
</style>
border-color css
<style>
span { border-color: #2D952B; }
span { border-color: rgb(45,149,43); }
td.TdClassName
{
border-color: #2D952B;
}
.TagClassName
{
border-color: #2D952B;
}
</style>