Shades of Forest Green #2D9E39
Tints of Forest Green #2D9E39
RGB
CMYK
RGB Variations
Color information
#2D9E39 (or 0x2D9E39) is known color: Forest Green. HEX triplet: 2D, 9E and 39. RGB value is (45,158,57). Sum of RGB (Red+Green+Blue) = 45+158+57=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 158 (62.11% from 255 or 60.77% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9E39 is #D261C6. Grayscale: #707070. Windows color (decimal): -13787591 or 3776045. OLE color: 3776045.
HSL color Cylindrical-coordinate representation of color #2D9E39: hue angle of 126.37º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E39 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 57 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.38 |
| HSL | 126.37º | 0.56% | 0.4% | - |
| HSV(B) | 126.37º | 0.72% | 0.62% | - |
| XYZ | 14.05 | 25.31 | 8.02 | - |
| YUV | 112.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 57 | 0.72 | 0 | 0.64 | 0.38 | 126.37 | 0.56 | 0.4 |
| Hex | 2D | 9E | 39 | 48 | 0 | 40 | 26 | 7E | 38 | 28 |
| Octal | 55 | 236 | 71 | 110 | 0 | 100 | 46 | 176 | 70 | 50 |
| Binary | 101101 | 10011110 | 111001 | 1001000 | 0 | 1000000 | 100110 | 1111110 | 111000 | 101000 |
Color Harmonies of #2D9E39
Complementary color
Monochromatic Colors of #2D9E39
Black with #2D9E39
Text Example
Text Example
White with #2D9E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E39; }
p { color: rgb(45,158,57); }
H1.HeaderClassName
{
color: #2D9E39;
}
.AnyTagClassName
{
color: #2D9E39;
}
</style>
background-color css
<style>
a { background-color: #2D9E39; }
a { background-color: rgb(45,158,57); }
div.DivClassName
{
background-color: #2D9E39;
}
.BgClassName
{
background-color: #2D9E39;
}
</style>
border-color css
<style>
span { border-color: #2D9E39; }
span { border-color: rgb(45,158,57); }
td.TdClassName
{
border-color: #2D9E39;
}
.TagClassName
{
border-color: #2D9E39;
}
</style>