Shades of Forest Green #25AB14
Tints of Forest Green #25AB14
RGB
CMYK
RGB Variations
Color information
#25AB14 (or 0x25AB14) is known color: Forest Green. HEX triplet: 25, AB and 14. RGB value is (37,171,20). Sum of RGB (Red+Green+Blue) = 37+171+20=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 171 (67.19% from 255 or 75% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25AB14 is #DA54EB. Grayscale: #727272. Windows color (decimal): -14308588 or 1354533. OLE color: 1354533.
HSL color Cylindrical-coordinate representation of color #25AB14: hue angle of 113.25º 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 #25AB14 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 20 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.33 |
| HSL | 113.25º | 0.79% | 0.37% | - |
| HSV(B) | 113.25º | 0.88% | 0.67% | - |
| XYZ | 15.45 | 29.57 | 5.55 | - |
| YUV | 113.72 | 75.11 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 20 | 0.78 | 0 | 0.88 | 0.33 | 113.25 | 0.79 | 0.37 |
| Hex | 25 | AB | 14 | 4E | 0 | 58 | 21 | 71 | 4F | 25 |
| Octal | 45 | 253 | 24 | 116 | 0 | 130 | 41 | 161 | 117 | 45 |
| Binary | 100101 | 10101011 | 10100 | 1001110 | 0 | 1011000 | 100001 | 1110001 | 1001111 | 100101 |
Color Harmonies of #25AB14
Complementary color
Monochromatic Colors of #25AB14
Black with #25AB14
Text Example
Text Example
White with #25AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB14; }
p { color: rgb(37,171,20); }
H1.HeaderClassName
{
color: #25AB14;
}
.AnyTagClassName
{
color: #25AB14;
}
</style>
background-color css
<style>
a { background-color: #25AB14; }
a { background-color: rgb(37,171,20); }
div.DivClassName
{
background-color: #25AB14;
}
.BgClassName
{
background-color: #25AB14;
}
</style>
border-color css
<style>
span { border-color: #25AB14; }
span { border-color: rgb(37,171,20); }
td.TdClassName
{
border-color: #25AB14;
}
.TagClassName
{
border-color: #25AB14;
}
</style>