Shades of Forest Green #2D9E25
Tints of Forest Green #2D9E25
RGB
CMYK
RGB Variations
Color information
#2D9E25 (or 0x2D9E25) is known color: Forest Green. HEX triplet: 2D, 9E and 25. RGB value is (45,158,37). Sum of RGB (Red+Green+Blue) = 45+158+37=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 158 (62.11% from 255 or 65.83% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9E25 is #D261DA. Grayscale: #6E6E6E. Windows color (decimal): -13787611 or 2465325. OLE color: 2465325.
HSL color Cylindrical-coordinate representation of color #2D9E25: hue angle of 116.03º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D9E25 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 37 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.38 |
| HSL | 116.03º | 0.62% | 0.38% | - |
| HSV(B) | 116.03º | 0.77% | 0.62% | - |
| XYZ | 13.64 | 25.15 | 5.88 | - |
| YUV | 110.42 | 86.56 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 37 | 0.72 | 0 | 0.77 | 0.38 | 116.03 | 0.62 | 0.38 |
| Hex | 2D | 9E | 25 | 48 | 0 | 4D | 26 | 74 | 3E | 26 |
| Octal | 55 | 236 | 45 | 110 | 0 | 115 | 46 | 164 | 76 | 46 |
| Binary | 101101 | 10011110 | 100101 | 1001000 | 0 | 1001101 | 100110 | 1110100 | 111110 | 100110 |
Color Harmonies of #2D9E25
Complementary color
Monochromatic Colors of #2D9E25
Black with #2D9E25
Text Example
Text Example
White with #2D9E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E25; }
p { color: rgb(45,158,37); }
H1.HeaderClassName
{
color: #2D9E25;
}
.AnyTagClassName
{
color: #2D9E25;
}
</style>
background-color css
<style>
a { background-color: #2D9E25; }
a { background-color: rgb(45,158,37); }
div.DivClassName
{
background-color: #2D9E25;
}
.BgClassName
{
background-color: #2D9E25;
}
</style>
border-color css
<style>
span { border-color: #2D9E25; }
span { border-color: rgb(45,158,37); }
td.TdClassName
{
border-color: #2D9E25;
}
.TagClassName
{
border-color: #2D9E25;
}
</style>