Shades of Forest Green #2D9410
Tints of Forest Green #2D9410
RGB
CMYK
RGB Variations
Color information
#2D9410 (or 0x2D9410) is known color: Forest Green. HEX triplet: 2D, 94 and 10. RGB value is (45,148,16). Sum of RGB (Red+Green+Blue) = 45+148+16=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 148 (58.20% from 255 or 70.81% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9410 is #D26BEF. Grayscale: #666666. Windows color (decimal): -13790192 or 1086509. OLE color: 1086509.
HSL color Cylindrical-coordinate representation of color #2D9410: hue angle of 106.82º degrees, saturation: 0.8, 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 #2D9410 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 16 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.42 |
| HSL | 106.82º | 0.8% | 0.32% | - |
| HSV(B) | 106.82º | 0.89% | 0.58% | - |
| XYZ | 11.77 | 21.78 | 4.07 | - |
| YUV | 102.16 | 79.38 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 16 | 0.70 | 0 | 0.89 | 0.42 | 106.82 | 0.8 | 0.32 |
| Hex | 2D | 94 | 10 | 46 | 0 | 59 | 2A | 6B | 50 | 20 |
| Octal | 55 | 224 | 20 | 106 | 0 | 131 | 52 | 153 | 120 | 40 |
| Binary | 101101 | 10010100 | 10000 | 1000110 | 0 | 1011001 | 101010 | 1101011 | 1010000 | 100000 |
Color Harmonies of #2D9410
Complementary color
Monochromatic Colors of #2D9410
Black with #2D9410
Text Example
Text Example
White with #2D9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9410; }
p { color: rgb(45,148,16); }
H1.HeaderClassName
{
color: #2D9410;
}
.AnyTagClassName
{
color: #2D9410;
}
</style>
background-color css
<style>
a { background-color: #2D9410; }
a { background-color: rgb(45,148,16); }
div.DivClassName
{
background-color: #2D9410;
}
.BgClassName
{
background-color: #2D9410;
}
</style>
border-color css
<style>
span { border-color: #2D9410; }
span { border-color: rgb(45,148,16); }
td.TdClassName
{
border-color: #2D9410;
}
.TagClassName
{
border-color: #2D9410;
}
</style>