Shades of Forest Green #2D960E
Tints of Forest Green #2D960E
RGB
CMYK
RGB Variations
Color information
#2D960E (or 0x2D960E) is known color: Forest Green. HEX triplet: 2D, 96 and 0E. RGB value is (45,150,14). Sum of RGB (Red+Green+Blue) = 45+150+14=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 150 (58.98% from 255 or 71.77% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 150 - color contains mainly: green. Hex color #2D960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D960E is #D269F1. Grayscale: #676767. Windows color (decimal): -13789682 or 955949. OLE color: 955949.
HSL color Cylindrical-coordinate representation of color #2D960E: hue angle of 106.32º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D960E is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 150 | 14 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.41 |
| HSL | 106.32º | 0.83% | 0.32% | - |
| HSV(B) | 106.32º | 0.91% | 0.59% | - |
| XYZ | 12.07 | 22.4 | 4.1 | - |
| YUV | 103.1 | 77.71 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 14 | 0.70 | 0 | 0.91 | 0.41 | 106.32 | 0.83 | 0.32 |
| Hex | 2D | 96 | E | 46 | 0 | 5B | 29 | 6A | 53 | 20 |
| Octal | 55 | 226 | 16 | 106 | 0 | 133 | 51 | 152 | 123 | 40 |
| Binary | 101101 | 10010110 | 1110 | 1000110 | 0 | 1011011 | 101001 | 1101010 | 1010011 | 100000 |
Color Harmonies of #2D960E
Complementary color
Monochromatic Colors of #2D960E
Black with #2D960E
Text Example
Text Example
White with #2D960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D960E; }
p { color: rgb(45,150,14); }
H1.HeaderClassName
{
color: #2D960E;
}
.AnyTagClassName
{
color: #2D960E;
}
</style>
background-color css
<style>
a { background-color: #2D960E; }
a { background-color: rgb(45,150,14); }
div.DivClassName
{
background-color: #2D960E;
}
.BgClassName
{
background-color: #2D960E;
}
</style>
border-color css
<style>
span { border-color: #2D960E; }
span { border-color: rgb(45,150,14); }
td.TdClassName
{
border-color: #2D960E;
}
.TagClassName
{
border-color: #2D960E;
}
</style>