Shades of Forest Green #2D9605
Tints of Forest Green #2D9605
RGB
CMYK
RGB Variations
Color information
#2D9605 (or 0x2D9605) is known color: Forest Green. HEX triplet: 2D, 96 and 05. RGB value is (45,150,5). Sum of RGB (Red+Green+Blue) = 45+150+5=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 150 (58.98% from 255 or 75% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9605 is #D269FA. Grayscale: #666666. Windows color (decimal): -13789691 or 366125. OLE color: 366125.
HSL color Cylindrical-coordinate representation of color #2D9605: hue angle of 103.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D9605 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 150 | 5 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.41 |
| HSL | 103.45º | 0.94% | 0.3% | - |
| HSV(B) | 103.45º | 0.97% | 0.59% | - |
| XYZ | 12.02 | 22.38 | 3.83 | - |
| YUV | 102.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 5 | 0.70 | 0 | 0.97 | 0.41 | 103.45 | 0.94 | 0.3 |
| Hex | 2D | 96 | 5 | 46 | 0 | 61 | 29 | 67 | 5E | 1E |
| Octal | 55 | 226 | 5 | 106 | 0 | 141 | 51 | 147 | 136 | 36 |
| Binary | 101101 | 10010110 | 101 | 1000110 | 0 | 1100001 | 101001 | 1100111 | 1011110 | 11110 |
Color Harmonies of #2D9605
Complementary color
Monochromatic Colors of #2D9605
Black with #2D9605
Text Example
Text Example
White with #2D9605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9605; }
p { color: rgb(45,150,5); }
H1.HeaderClassName
{
color: #2D9605;
}
.AnyTagClassName
{
color: #2D9605;
}
</style>
background-color css
<style>
a { background-color: #2D9605; }
a { background-color: rgb(45,150,5); }
div.DivClassName
{
background-color: #2D9605;
}
.BgClassName
{
background-color: #2D9605;
}
</style>
border-color css
<style>
span { border-color: #2D9605; }
span { border-color: rgb(45,150,5); }
td.TdClassName
{
border-color: #2D9605;
}
.TagClassName
{
border-color: #2D9605;
}
</style>