Shades of Forest Green #2DA107
Tints of Forest Green #2DA107
RGB
CMYK
RGB Variations
Color information
#2DA107 (or 0x2DA107) is known color: Forest Green. HEX triplet: 2D, A1 and 07. RGB value is (45,161,7). Sum of RGB (Red+Green+Blue) = 45+161+7=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 161 (63.28% from 255 or 75.59% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA107 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA107 is #D25EF8. Grayscale: #6D6D6D. Windows color (decimal): -13786873 or 500013. OLE color: 500013.
HSL color Cylindrical-coordinate representation of color #2DA107: hue angle of 105.19º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DA107 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 161 | 7 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.37 |
| HSL | 105.19º | 0.92% | 0.33% | - |
| HSV(B) | 105.19º | 0.96% | 0.63% | - |
| XYZ | 13.87 | 26.06 | 4.5 | - |
| YUV | 108.76 | 70.57 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 7 | 0.72 | 0 | 0.96 | 0.37 | 105.19 | 0.92 | 0.33 |
| Hex | 2D | A1 | 7 | 48 | 0 | 60 | 25 | 69 | 5C | 21 |
| Octal | 55 | 241 | 7 | 110 | 0 | 140 | 45 | 151 | 134 | 41 |
| Binary | 101101 | 10100001 | 111 | 1001000 | 0 | 1100000 | 100101 | 1101001 | 1011100 | 100001 |
Color Harmonies of #2DA107
Complementary color
Monochromatic Colors of #2DA107
Black with #2DA107
Text Example
Text Example
White with #2DA107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA107; }
p { color: rgb(45,161,7); }
H1.HeaderClassName
{
color: #2DA107;
}
.AnyTagClassName
{
color: #2DA107;
}
</style>
background-color css
<style>
a { background-color: #2DA107; }
a { background-color: rgb(45,161,7); }
div.DivClassName
{
background-color: #2DA107;
}
.BgClassName
{
background-color: #2DA107;
}
</style>
border-color css
<style>
span { border-color: #2DA107; }
span { border-color: rgb(45,161,7); }
td.TdClassName
{
border-color: #2DA107;
}
.TagClassName
{
border-color: #2DA107;
}
</style>