Shades of Forest Green #25A125
Tints of Forest Green #25A125
RGB
CMYK
RGB Variations
Color information
#25A125 (or 0x25A125) is known color: Forest Green. HEX triplet: 25, A1 and 25. RGB value is (37,161,37). Sum of RGB (Red+Green+Blue) = 37+161+37=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #25A125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25A125 is #DA5EDA. Grayscale: #6E6E6E. Windows color (decimal): -14311131 or 2466085. OLE color: 2466085.
HSL color Cylindrical-coordinate representation of color #25A125: hue angle of 120º degrees, saturation: 0.63, 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 #25A125 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 161 | 37 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.37 |
| HSL | 120º | 0.63% | 0.39% | - |
| HSV(B) | 120º | 0.77% | 0.63% | - |
| XYZ | 13.84 | 26.02 | 6.04 | - |
| YUV | 109.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 161 | 37 | 0.77 | 0 | 0.77 | 0.37 | 120 | 0.63 | 0.39 |
| Hex | 25 | A1 | 25 | 4D | 0 | 4D | 25 | 78 | 3F | 27 |
| Octal | 45 | 241 | 45 | 115 | 0 | 115 | 45 | 170 | 77 | 47 |
| Binary | 100101 | 10100001 | 100101 | 1001101 | 0 | 1001101 | 100101 | 1111000 | 111111 | 100111 |
Color Harmonies of #25A125
Complementary color
Monochromatic Colors of #25A125
Black with #25A125
Text Example
Text Example
White with #25A125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A125; }
p { color: rgb(37,161,37); }
H1.HeaderClassName
{
color: #25A125;
}
.AnyTagClassName
{
color: #25A125;
}
</style>
background-color css
<style>
a { background-color: #25A125; }
a { background-color: rgb(37,161,37); }
div.DivClassName
{
background-color: #25A125;
}
.BgClassName
{
background-color: #25A125;
}
</style>
border-color css
<style>
span { border-color: #25A125; }
span { border-color: rgb(37,161,37); }
td.TdClassName
{
border-color: #25A125;
}
.TagClassName
{
border-color: #25A125;
}
</style>