Shades of Forest Green #25AA14
Tints of Forest Green #25AA14
RGB
CMYK
RGB Variations
Color information
#25AA14 (or 0x25AA14) is known color: Forest Green. HEX triplet: 25, AA and 14. RGB value is (37,170,20). Sum of RGB (Red+Green+Blue) = 37+170+20=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25AA14 is #DA55EB. Grayscale: #717171. Windows color (decimal): -14308844 or 1354277. OLE color: 1354277.
HSL color Cylindrical-coordinate representation of color #25AA14: hue angle of 113.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25AA14 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 170 | 20 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.33 |
| HSL | 113.2º | 0.79% | 0.37% | - |
| HSV(B) | 113.2º | 0.88% | 0.67% | - |
| XYZ | 15.26 | 29.19 | 5.49 | - |
| YUV | 113.13 | 75.44 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 20 | 0.78 | 0 | 0.88 | 0.33 | 113.2 | 0.79 | 0.37 |
| Hex | 25 | AA | 14 | 4E | 0 | 58 | 21 | 71 | 4F | 25 |
| Octal | 45 | 252 | 24 | 116 | 0 | 130 | 41 | 161 | 117 | 45 |
| Binary | 100101 | 10101010 | 10100 | 1001110 | 0 | 1011000 | 100001 | 1110001 | 1001111 | 100101 |
Color Harmonies of #25AA14
Complementary color
Monochromatic Colors of #25AA14
Black with #25AA14
Text Example
Text Example
White with #25AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AA14; }
p { color: rgb(37,170,20); }
H1.HeaderClassName
{
color: #25AA14;
}
.AnyTagClassName
{
color: #25AA14;
}
</style>
background-color css
<style>
a { background-color: #25AA14; }
a { background-color: rgb(37,170,20); }
div.DivClassName
{
background-color: #25AA14;
}
.BgClassName
{
background-color: #25AA14;
}
</style>
border-color css
<style>
span { border-color: #25AA14; }
span { border-color: rgb(37,170,20); }
td.TdClassName
{
border-color: #25AA14;
}
.TagClassName
{
border-color: #25AA14;
}
</style>