Shades of Forest Green #2DA025
Tints of Forest Green #2DA025
RGB
CMYK
RGB Variations
Color information
#2DA025 (or 0x2DA025) is known color: Forest Green. HEX triplet: 2D, A0 and 25. RGB value is (45,160,37). Sum of RGB (Red+Green+Blue) = 45+160+37=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA025 is #D25FDA. Grayscale: #6F6F6F. Windows color (decimal): -13787099 or 2465837. OLE color: 2465837.
HSL color Cylindrical-coordinate representation of color #2DA025: hue angle of 116.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DA025 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 37 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.37 |
| HSL | 116.1º | 0.62% | 0.39% | - |
| HSV(B) | 116.1º | 0.77% | 0.63% | - |
| XYZ | 13.99 | 25.83 | 6 | - |
| YUV | 111.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 37 | 0.72 | 0 | 0.77 | 0.37 | 116.1 | 0.62 | 0.39 |
| Hex | 2D | A0 | 25 | 48 | 0 | 4D | 25 | 74 | 3E | 27 |
| Octal | 55 | 240 | 45 | 110 | 0 | 115 | 45 | 164 | 76 | 47 |
| Binary | 101101 | 10100000 | 100101 | 1001000 | 0 | 1001101 | 100101 | 1110100 | 111110 | 100111 |
Color Harmonies of #2DA025
Complementary color
Monochromatic Colors of #2DA025
Black with #2DA025
Text Example
Text Example
White with #2DA025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA025; }
p { color: rgb(45,160,37); }
H1.HeaderClassName
{
color: #2DA025;
}
.AnyTagClassName
{
color: #2DA025;
}
</style>
background-color css
<style>
a { background-color: #2DA025; }
a { background-color: rgb(45,160,37); }
div.DivClassName
{
background-color: #2DA025;
}
.BgClassName
{
background-color: #2DA025;
}
</style>
border-color css
<style>
span { border-color: #2DA025; }
span { border-color: rgb(45,160,37); }
td.TdClassName
{
border-color: #2DA025;
}
.TagClassName
{
border-color: #2DA025;
}
</style>