Shades of Forest Green #2D9F2C
Tints of Forest Green #2D9F2C
RGB
CMYK
RGB Variations
Color information
#2D9F2C (or 0x2D9F2C) is known color: Forest Green. HEX triplet: 2D, 9F and 2C. RGB value is (45,159,44). Sum of RGB (Red+Green+Blue) = 45+159+44=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 159 (62.5% from 255 or 64.11% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9F2C is #D260D3. Grayscale: #707070. Windows color (decimal): -13787348 or 2924333. OLE color: 2924333.
HSL color Cylindrical-coordinate representation of color #2D9F2C: hue angle of 119.48º degrees, saturation: 0.57, 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 #2D9F2C is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 159 | 44 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.38 |
| HSL | 119.48º | 0.57% | 0.4% | - |
| HSV(B) | 119.48º | 0.72% | 0.62% | - |
| XYZ | 13.93 | 25.54 | 6.58 | - |
| YUV | 111.8 | 89.73 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 44 | 0.72 | 0 | 0.72 | 0.38 | 119.48 | 0.57 | 0.4 |
| Hex | 2D | 9F | 2C | 48 | 0 | 48 | 26 | 77 | 39 | 28 |
| Octal | 55 | 237 | 54 | 110 | 0 | 110 | 46 | 167 | 71 | 50 |
| Binary | 101101 | 10011111 | 101100 | 1001000 | 0 | 1001000 | 100110 | 1110111 | 111001 | 101000 |
Color Harmonies of #2D9F2C
Complementary color
Monochromatic Colors of #2D9F2C
Black with #2D9F2C
Text Example
Text Example
White with #2D9F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F2C; }
p { color: rgb(45,159,44); }
H1.HeaderClassName
{
color: #2D9F2C;
}
.AnyTagClassName
{
color: #2D9F2C;
}
</style>
background-color css
<style>
a { background-color: #2D9F2C; }
a { background-color: rgb(45,159,44); }
div.DivClassName
{
background-color: #2D9F2C;
}
.BgClassName
{
background-color: #2D9F2C;
}
</style>
border-color css
<style>
span { border-color: #2D9F2C; }
span { border-color: rgb(45,159,44); }
td.TdClassName
{
border-color: #2D9F2C;
}
.TagClassName
{
border-color: #2D9F2C;
}
</style>