Shades of Forest Green #2D9609
Tints of Forest Green #2D9609
RGB
CMYK
RGB Variations
Color information
#2D9609 (or 0x2D9609) is known color: Forest Green. HEX triplet: 2D, 96 and 09. RGB value is (45,150,9). Sum of RGB (Red+Green+Blue) = 45+150+9=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 150 (58.98% from 255 or 73.53% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9609 is #D269F6. Grayscale: #666666. Windows color (decimal): -13789687 or 628269. OLE color: 628269.
HSL color Cylindrical-coordinate representation of color #2D9609: hue angle of 104.68º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D9609 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 150 | 9 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.41 |
| HSL | 104.68º | 0.89% | 0.31% | - |
| HSV(B) | 104.68º | 0.94% | 0.59% | - |
| XYZ | 12.04 | 22.39 | 3.95 | - |
| YUV | 102.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 9 | 0.70 | 0 | 0.94 | 0.41 | 104.68 | 0.89 | 0.31 |
| Hex | 2D | 96 | 9 | 46 | 0 | 5E | 29 | 69 | 59 | 1F |
| Octal | 55 | 226 | 11 | 106 | 0 | 136 | 51 | 151 | 131 | 37 |
| Binary | 101101 | 10010110 | 1001 | 1000110 | 0 | 1011110 | 101001 | 1101001 | 1011001 | 11111 |
Color Harmonies of #2D9609
Complementary color
Monochromatic Colors of #2D9609
Black with #2D9609
Text Example
Text Example
White with #2D9609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9609; }
p { color: rgb(45,150,9); }
H1.HeaderClassName
{
color: #2D9609;
}
.AnyTagClassName
{
color: #2D9609;
}
</style>
background-color css
<style>
a { background-color: #2D9609; }
a { background-color: rgb(45,150,9); }
div.DivClassName
{
background-color: #2D9609;
}
.BgClassName
{
background-color: #2D9609;
}
</style>
border-color css
<style>
span { border-color: #2D9609; }
span { border-color: rgb(45,150,9); }
td.TdClassName
{
border-color: #2D9609;
}
.TagClassName
{
border-color: #2D9609;
}
</style>