Shades of Forest Green #2D9411
Tints of Forest Green #2D9411
RGB
CMYK
RGB Variations
Color information
#2D9411 (or 0x2D9411) is known color: Forest Green. HEX triplet: 2D, 94 and 11. RGB value is (45,148,17). Sum of RGB (Red+Green+Blue) = 45+148+17=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 148 (58.20% from 255 or 70.48% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9411 is #D26BEE. Grayscale: #666666. Windows color (decimal): -13790191 or 1152045. OLE color: 1152045.
HSL color Cylindrical-coordinate representation of color #2D9411: hue angle of 107.18º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D9411 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 17 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.42 |
| HSL | 107.18º | 0.79% | 0.32% | - |
| HSV(B) | 107.18º | 0.89% | 0.58% | - |
| XYZ | 11.77 | 21.78 | 4.11 | - |
| YUV | 102.27 | 79.88 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 17 | 0.70 | 0 | 0.89 | 0.42 | 107.18 | 0.79 | 0.32 |
| Hex | 2D | 94 | 11 | 46 | 0 | 59 | 2A | 6B | 4F | 20 |
| Octal | 55 | 224 | 21 | 106 | 0 | 131 | 52 | 153 | 117 | 40 |
| Binary | 101101 | 10010100 | 10001 | 1000110 | 0 | 1011001 | 101010 | 1101011 | 1001111 | 100000 |
Color Harmonies of #2D9411
Complementary color
Monochromatic Colors of #2D9411
Black with #2D9411
Text Example
Text Example
White with #2D9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9411; }
p { color: rgb(45,148,17); }
H1.HeaderClassName
{
color: #2D9411;
}
.AnyTagClassName
{
color: #2D9411;
}
</style>
background-color css
<style>
a { background-color: #2D9411; }
a { background-color: rgb(45,148,17); }
div.DivClassName
{
background-color: #2D9411;
}
.BgClassName
{
background-color: #2D9411;
}
</style>
border-color css
<style>
span { border-color: #2D9411; }
span { border-color: rgb(45,148,17); }
td.TdClassName
{
border-color: #2D9411;
}
.TagClassName
{
border-color: #2D9411;
}
</style>