Shades of Forest Green #2D9630
Tints of Forest Green #2D9630
RGB
CMYK
RGB Variations
Color information
#2D9630 (or 0x2D9630) is known color: Forest Green. HEX triplet: 2D, 96 and 30. RGB value is (45,150,48). Sum of RGB (Red+Green+Blue) = 45+150+48=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9630 is #D269CF. Grayscale: #6B6B6B. Windows color (decimal): -13789648 or 3184173. OLE color: 3184173.
HSL color Cylindrical-coordinate representation of color #2D9630: hue angle of 121.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9630 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 150 | 48 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.41 |
| HSL | 121.71º | 0.54% | 0.38% | - |
| HSV(B) | 121.71º | 0.7% | 0.59% | - |
| XYZ | 12.52 | 22.58 | 6.5 | - |
| YUV | 106.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 48 | 0.70 | 0 | 0.68 | 0.41 | 121.71 | 0.54 | 0.38 |
| Hex | 2D | 96 | 30 | 46 | 0 | 44 | 29 | 7A | 36 | 26 |
| Octal | 55 | 226 | 60 | 106 | 0 | 104 | 51 | 172 | 66 | 46 |
| Binary | 101101 | 10010110 | 110000 | 1000110 | 0 | 1000100 | 101001 | 1111010 | 110110 | 100110 |
Color Harmonies of #2D9630
Complementary color
Monochromatic Colors of #2D9630
Black with #2D9630
Text Example
Text Example
White with #2D9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9630; }
p { color: rgb(45,150,48); }
H1.HeaderClassName
{
color: #2D9630;
}
.AnyTagClassName
{
color: #2D9630;
}
</style>
background-color css
<style>
a { background-color: #2D9630; }
a { background-color: rgb(45,150,48); }
div.DivClassName
{
background-color: #2D9630;
}
.BgClassName
{
background-color: #2D9630;
}
</style>
border-color css
<style>
span { border-color: #2D9630; }
span { border-color: rgb(45,150,48); }
td.TdClassName
{
border-color: #2D9630;
}
.TagClassName
{
border-color: #2D9630;
}
</style>