Shades of Forest Green #2D970F
Tints of Forest Green #2D970F
RGB
CMYK
RGB Variations
Color information
#2D970F (or 0x2D970F) is known color: Forest Green. HEX triplet: 2D, 97 and 0F. RGB value is (45,151,15). Sum of RGB (Red+Green+Blue) = 45+151+15=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 151 (59.38% from 255 or 71.56% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 151 - color contains mainly: green. Hex color #2D970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D970F is #D268F0. Grayscale: #686868. Windows color (decimal): -13789425 or 1021741. OLE color: 1021741.
HSL color Cylindrical-coordinate representation of color #2D970F: hue angle of 106.76º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D970F is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 151 | 15 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.41 |
| HSL | 106.76º | 0.82% | 0.33% | - |
| HSV(B) | 106.76º | 0.9% | 0.59% | - |
| XYZ | 12.24 | 22.73 | 4.19 | - |
| YUV | 103.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 15 | 0.70 | 0 | 0.90 | 0.41 | 106.76 | 0.82 | 0.33 |
| Hex | 2D | 97 | F | 46 | 0 | 5A | 29 | 6B | 52 | 21 |
| Octal | 55 | 227 | 17 | 106 | 0 | 132 | 51 | 153 | 122 | 41 |
| Binary | 101101 | 10010111 | 1111 | 1000110 | 0 | 1011010 | 101001 | 1101011 | 1010010 | 100001 |
Color Harmonies of #2D970F
Complementary color
Monochromatic Colors of #2D970F
Black with #2D970F
Text Example
Text Example
White with #2D970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D970F; }
p { color: rgb(45,151,15); }
H1.HeaderClassName
{
color: #2D970F;
}
.AnyTagClassName
{
color: #2D970F;
}
</style>
background-color css
<style>
a { background-color: #2D970F; }
a { background-color: rgb(45,151,15); }
div.DivClassName
{
background-color: #2D970F;
}
.BgClassName
{
background-color: #2D970F;
}
</style>
border-color css
<style>
span { border-color: #2D970F; }
span { border-color: rgb(45,151,15); }
td.TdClassName
{
border-color: #2D970F;
}
.TagClassName
{
border-color: #2D970F;
}
</style>