Shades of Forest Green #2D9F3C
Tints of Forest Green #2D9F3C
RGB
CMYK
RGB Variations
Color information
#2D9F3C (or 0x2D9F3C) is known color: Forest Green. HEX triplet: 2D, 9F and 3C. RGB value is (45,159,60). Sum of RGB (Red+Green+Blue) = 45+159+60=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9F3C is #D260C3. Grayscale: #717171. Windows color (decimal): -13787332 or 3972909. OLE color: 3972909.
HSL color Cylindrical-coordinate representation of color #2D9F3C: hue angle of 127.89º 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 #2D9F3C is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 159 | 60 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.38 |
| HSL | 127.89º | 0.56% | 0.4% | - |
| HSV(B) | 127.89º | 0.72% | 0.62% | - |
| XYZ | 14.3 | 25.68 | 8.48 | - |
| YUV | 113.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 60 | 0.72 | 0 | 0.62 | 0.38 | 127.89 | 0.56 | 0.4 |
| Hex | 2D | 9F | 3C | 48 | 0 | 3E | 26 | 80 | 38 | 28 |
| Octal | 55 | 237 | 74 | 110 | 0 | 76 | 46 | 200 | 70 | 50 |
| Binary | 101101 | 10011111 | 111100 | 1001000 | 0 | 111110 | 100110 | 10000000 | 111000 | 101000 |
Color Harmonies of #2D9F3C
Complementary color
Monochromatic Colors of #2D9F3C
Black with #2D9F3C
Text Example
Text Example
White with #2D9F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F3C; }
p { color: rgb(45,159,60); }
H1.HeaderClassName
{
color: #2D9F3C;
}
.AnyTagClassName
{
color: #2D9F3C;
}
</style>
background-color css
<style>
a { background-color: #2D9F3C; }
a { background-color: rgb(45,159,60); }
div.DivClassName
{
background-color: #2D9F3C;
}
.BgClassName
{
background-color: #2D9F3C;
}
</style>
border-color css
<style>
span { border-color: #2D9F3C; }
span { border-color: rgb(45,159,60); }
td.TdClassName
{
border-color: #2D9F3C;
}
.TagClassName
{
border-color: #2D9F3C;
}
</style>