Shades of Forest Green #2DA91B
Tints of Forest Green #2DA91B
RGB
CMYK
RGB Variations
Color information
#2DA91B (or 0x2DA91B) is known color: Forest Green. HEX triplet: 2D, A9 and 1B. RGB value is (45,169,27). Sum of RGB (Red+Green+Blue) = 45+169+27=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 169 (66.41% from 255 or 70.12% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA91B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA91B is #D256E4. Grayscale: #747474. Windows color (decimal): -13784805 or 1812781. OLE color: 1812781.
HSL color Cylindrical-coordinate representation of color #2DA91B: hue angle of 112.39º 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 #2DA91B is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 27 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.34 |
| HSL | 112.39º | 0.72% | 0.38% | - |
| HSV(B) | 112.39º | 0.84% | 0.66% | - |
| XYZ | 15.47 | 29.01 | 5.82 | - |
| YUV | 115.74 | 77.92 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 27 | 0.73 | 0 | 0.84 | 0.34 | 112.39 | 0.72 | 0.38 |
| Hex | 2D | A9 | 1B | 49 | 0 | 54 | 22 | 70 | 48 | 26 |
| Octal | 55 | 251 | 33 | 111 | 0 | 124 | 42 | 160 | 110 | 46 |
| Binary | 101101 | 10101001 | 11011 | 1001001 | 0 | 1010100 | 100010 | 1110000 | 1001000 | 100110 |
Color Harmonies of #2DA91B
Complementary color
Monochromatic Colors of #2DA91B
Black with #2DA91B
Text Example
Text Example
White with #2DA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA91B; }
p { color: rgb(45,169,27); }
H1.HeaderClassName
{
color: #2DA91B;
}
.AnyTagClassName
{
color: #2DA91B;
}
</style>
background-color css
<style>
a { background-color: #2DA91B; }
a { background-color: rgb(45,169,27); }
div.DivClassName
{
background-color: #2DA91B;
}
.BgClassName
{
background-color: #2DA91B;
}
</style>
border-color css
<style>
span { border-color: #2DA91B; }
span { border-color: rgb(45,169,27); }
td.TdClassName
{
border-color: #2DA91B;
}
.TagClassName
{
border-color: #2DA91B;
}
</style>