Shades of Forest Green #25A011
Tints of Forest Green #25A011
RGB
CMYK
RGB Variations
Color information
#25A011 (or 0x25A011) is known color: Forest Green. HEX triplet: 25, A0 and 11. RGB value is (37,160,17). Sum of RGB (Red+Green+Blue) = 37+160+17=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 160 (62.89% from 255 or 74.77% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 160 - color contains mainly: green. Hex color #25A011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25A011 is #DA5FEE. Grayscale: #6B6B6B. Windows color (decimal): -14311407 or 1155109. OLE color: 1155109.
HSL color Cylindrical-coordinate representation of color #25A011: hue angle of 111.61º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25A011 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 160 | 17 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.37 |
| HSL | 111.61º | 0.81% | 0.35% | - |
| HSV(B) | 111.61º | 0.89% | 0.63% | - |
| XYZ | 13.43 | 25.58 | 4.76 | - |
| YUV | 106.92 | 77.25 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 17 | 0.77 | 0 | 0.89 | 0.37 | 111.61 | 0.81 | 0.35 |
| Hex | 25 | A0 | 11 | 4D | 0 | 59 | 25 | 70 | 51 | 23 |
| Octal | 45 | 240 | 21 | 115 | 0 | 131 | 45 | 160 | 121 | 43 |
| Binary | 100101 | 10100000 | 10001 | 1001101 | 0 | 1011001 | 100101 | 1110000 | 1010001 | 100011 |
Color Harmonies of #25A011
Complementary color
Monochromatic Colors of #25A011
Black with #25A011
Text Example
Text Example
White with #25A011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A011; }
p { color: rgb(37,160,17); }
H1.HeaderClassName
{
color: #25A011;
}
.AnyTagClassName
{
color: #25A011;
}
</style>
background-color css
<style>
a { background-color: #25A011; }
a { background-color: rgb(37,160,17); }
div.DivClassName
{
background-color: #25A011;
}
.BgClassName
{
background-color: #25A011;
}
</style>
border-color css
<style>
span { border-color: #25A011; }
span { border-color: rgb(37,160,17); }
td.TdClassName
{
border-color: #25A011;
}
.TagClassName
{
border-color: #25A011;
}
</style>