Shades of Forest Green #2DA118
Tints of Forest Green #2DA118
RGB
CMYK
RGB Variations
Color information
#2DA118 (or 0x2DA118) is known color: Forest Green. HEX triplet: 2D, A1 and 18. RGB value is (45,161,24). Sum of RGB (Red+Green+Blue) = 45+161+24=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 161 (63.28% from 255 or 70% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA118 is #D25EE7. Grayscale: #6F6F6F. Windows color (decimal): -13786856 or 1614125. OLE color: 1614125.
HSL color Cylindrical-coordinate representation of color #2DA118: hue angle of 110.8º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DA118 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 161 | 24 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.37 |
| HSL | 110.8º | 0.74% | 0.36% | - |
| HSV(B) | 110.8º | 0.85% | 0.63% | - |
| XYZ | 13.99 | 26.11 | 5.17 | - |
| YUV | 110.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 24 | 0.72 | 0 | 0.85 | 0.37 | 110.8 | 0.74 | 0.36 |
| Hex | 2D | A1 | 18 | 48 | 0 | 55 | 25 | 6F | 4A | 24 |
| Octal | 55 | 241 | 30 | 110 | 0 | 125 | 45 | 157 | 112 | 44 |
| Binary | 101101 | 10100001 | 11000 | 1001000 | 0 | 1010101 | 100101 | 1101111 | 1001010 | 100100 |
Color Harmonies of #2DA118
Complementary color
Monochromatic Colors of #2DA118
Black with #2DA118
Text Example
Text Example
White with #2DA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA118; }
p { color: rgb(45,161,24); }
H1.HeaderClassName
{
color: #2DA118;
}
.AnyTagClassName
{
color: #2DA118;
}
</style>
background-color css
<style>
a { background-color: #2DA118; }
a { background-color: rgb(45,161,24); }
div.DivClassName
{
background-color: #2DA118;
}
.BgClassName
{
background-color: #2DA118;
}
</style>
border-color css
<style>
span { border-color: #2DA118; }
span { border-color: rgb(45,161,24); }
td.TdClassName
{
border-color: #2DA118;
}
.TagClassName
{
border-color: #2DA118;
}
</style>