Shades of Forest Green #2DA81B
Tints of Forest Green #2DA81B
RGB
CMYK
RGB Variations
Color information
#2DA81B (or 0x2DA81B) is known color: Forest Green. HEX triplet: 2D, A8 and 1B. RGB value is (45,168,27). Sum of RGB (Red+Green+Blue) = 45+168+27=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 168 (66.02% from 255 or 70% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA81B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA81B is #D257E4. Grayscale: #737373. Windows color (decimal): -13785061 or 1812525. OLE color: 1812525.
HSL color Cylindrical-coordinate representation of color #2DA81B: hue angle of 112.34º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DA81B is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 168 | 27 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.34 |
| HSL | 112.34º | 0.72% | 0.38% | - |
| HSV(B) | 112.34º | 0.84% | 0.66% | - |
| XYZ | 15.28 | 28.64 | 5.76 | - |
| YUV | 115.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 27 | 0.73 | 0 | 0.84 | 0.34 | 112.34 | 0.72 | 0.38 |
| Hex | 2D | A8 | 1B | 49 | 0 | 54 | 22 | 70 | 48 | 26 |
| Octal | 55 | 250 | 33 | 111 | 0 | 124 | 42 | 160 | 110 | 46 |
| Binary | 101101 | 10101000 | 11011 | 1001001 | 0 | 1010100 | 100010 | 1110000 | 1001000 | 100110 |
Color Harmonies of #2DA81B
Complementary color
Monochromatic Colors of #2DA81B
Black with #2DA81B
Text Example
Text Example
White with #2DA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA81B; }
p { color: rgb(45,168,27); }
H1.HeaderClassName
{
color: #2DA81B;
}
.AnyTagClassName
{
color: #2DA81B;
}
</style>
background-color css
<style>
a { background-color: #2DA81B; }
a { background-color: rgb(45,168,27); }
div.DivClassName
{
background-color: #2DA81B;
}
.BgClassName
{
background-color: #2DA81B;
}
</style>
border-color css
<style>
span { border-color: #2DA81B; }
span { border-color: rgb(45,168,27); }
td.TdClassName
{
border-color: #2DA81B;
}
.TagClassName
{
border-color: #2DA81B;
}
</style>