Shades of Forest Green #2D9339
Tints of Forest Green #2D9339
RGB
CMYK
RGB Variations
Color information
#2D9339 (or 0x2D9339) is known color: Forest Green. HEX triplet: 2D, 93 and 39. RGB value is (45,147,57). Sum of RGB (Red+Green+Blue) = 45+147+57=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9339 is #D26CC6. Grayscale: #6A6A6A. Windows color (decimal): -13790407 or 3773229. OLE color: 3773229.
HSL color Cylindrical-coordinate representation of color #2D9339: hue angle of 127.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9339 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 57 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.42 |
| HSL | 127.06º | 0.53% | 0.38% | - |
| HSV(B) | 127.06º | 0.69% | 0.58% | - |
| XYZ | 12.25 | 21.72 | 7.42 | - |
| YUV | 106.24 | 100.21 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 57 | 0.69 | 0 | 0.61 | 0.42 | 127.06 | 0.53 | 0.38 |
| Hex | 2D | 93 | 39 | 45 | 0 | 3D | 2A | 7F | 35 | 26 |
| Octal | 55 | 223 | 71 | 105 | 0 | 75 | 52 | 177 | 65 | 46 |
| Binary | 101101 | 10010011 | 111001 | 1000101 | 0 | 111101 | 101010 | 1111111 | 110101 | 100110 |
Color Harmonies of #2D9339
Complementary color
Monochromatic Colors of #2D9339
Black with #2D9339
Text Example
Text Example
White with #2D9339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9339; }
p { color: rgb(45,147,57); }
H1.HeaderClassName
{
color: #2D9339;
}
.AnyTagClassName
{
color: #2D9339;
}
</style>
background-color css
<style>
a { background-color: #2D9339; }
a { background-color: rgb(45,147,57); }
div.DivClassName
{
background-color: #2D9339;
}
.BgClassName
{
background-color: #2D9339;
}
</style>
border-color css
<style>
span { border-color: #2D9339; }
span { border-color: rgb(45,147,57); }
td.TdClassName
{
border-color: #2D9339;
}
.TagClassName
{
border-color: #2D9339;
}
</style>