Shades of Forest Green #2D9615
Tints of Forest Green #2D9615
RGB
CMYK
RGB Variations
Color information
#2D9615 (or 0x2D9615) is known color: Forest Green. HEX triplet: 2D, 96 and 15. RGB value is (45,150,21). Sum of RGB (Red+Green+Blue) = 45+150+21=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9615 is #D269EA. Grayscale: #686868. Windows color (decimal): -13789675 or 1414701. OLE color: 1414701.
HSL color Cylindrical-coordinate representation of color #2D9615: hue angle of 108.84º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D9615 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 150 | 21 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.41 |
| HSL | 108.84º | 0.75% | 0.34% | - |
| HSV(B) | 108.84º | 0.86% | 0.59% | - |
| XYZ | 12.12 | 22.42 | 4.4 | - |
| YUV | 103.9 | 81.21 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 21 | 0.70 | 0 | 0.86 | 0.41 | 108.84 | 0.75 | 0.34 |
| Hex | 2D | 96 | 15 | 46 | 0 | 56 | 29 | 6D | 4B | 22 |
| Octal | 55 | 226 | 25 | 106 | 0 | 126 | 51 | 155 | 113 | 42 |
| Binary | 101101 | 10010110 | 10101 | 1000110 | 0 | 1010110 | 101001 | 1101101 | 1001011 | 100010 |
Color Harmonies of #2D9615
Complementary color
Monochromatic Colors of #2D9615
Black with #2D9615
Text Example
Text Example
White with #2D9615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9615; }
p { color: rgb(45,150,21); }
H1.HeaderClassName
{
color: #2D9615;
}
.AnyTagClassName
{
color: #2D9615;
}
</style>
background-color css
<style>
a { background-color: #2D9615; }
a { background-color: rgb(45,150,21); }
div.DivClassName
{
background-color: #2D9615;
}
.BgClassName
{
background-color: #2D9615;
}
</style>
border-color css
<style>
span { border-color: #2D9615; }
span { border-color: rgb(45,150,21); }
td.TdClassName
{
border-color: #2D9615;
}
.TagClassName
{
border-color: #2D9615;
}
</style>