Shades of Forest Green #2D972F
Tints of Forest Green #2D972F
RGB
CMYK
RGB Variations
Color information
#2D972F (or 0x2D972F) is known color: Forest Green. HEX triplet: 2D, 97 and 2F. RGB value is (45,151,47). Sum of RGB (Red+Green+Blue) = 45+151+47=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #2D972F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D972F is #D268D0. Grayscale: #6B6B6B. Windows color (decimal): -13789393 or 3118893. OLE color: 3118893.
HSL color Cylindrical-coordinate representation of color #2D972F: hue angle of 121.13º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D972F is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 151 | 47 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.41 |
| HSL | 121.13º | 0.54% | 0.38% | - |
| HSV(B) | 121.13º | 0.7% | 0.59% | - |
| XYZ | 12.66 | 22.9 | 6.44 | - |
| YUV | 107.45 | 93.88 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 47 | 0.70 | 0 | 0.69 | 0.41 | 121.13 | 0.54 | 0.38 |
| Hex | 2D | 97 | 2F | 46 | 0 | 45 | 29 | 79 | 36 | 26 |
| Octal | 55 | 227 | 57 | 106 | 0 | 105 | 51 | 171 | 66 | 46 |
| Binary | 101101 | 10010111 | 101111 | 1000110 | 0 | 1000101 | 101001 | 1111001 | 110110 | 100110 |
Color Harmonies of #2D972F
Complementary color
Monochromatic Colors of #2D972F
Black with #2D972F
Text Example
Text Example
White with #2D972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D972F; }
p { color: rgb(45,151,47); }
H1.HeaderClassName
{
color: #2D972F;
}
.AnyTagClassName
{
color: #2D972F;
}
</style>
background-color css
<style>
a { background-color: #2D972F; }
a { background-color: rgb(45,151,47); }
div.DivClassName
{
background-color: #2D972F;
}
.BgClassName
{
background-color: #2D972F;
}
</style>
border-color css
<style>
span { border-color: #2D972F; }
span { border-color: rgb(45,151,47); }
td.TdClassName
{
border-color: #2D972F;
}
.TagClassName
{
border-color: #2D972F;
}
</style>