Shades of Forest Green #25AF14
Tints of Forest Green #25AF14
RGB
CMYK
RGB Variations
Color information
#25AF14 (or 0x25AF14) is known color: Forest Green. HEX triplet: 25, AF and 14. RGB value is (37,175,20). Sum of RGB (Red+Green+Blue) = 37+175+20=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 175 (68.75% from 255 or 75.43% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25AF14 is #DA50EB. Grayscale: #747474. Windows color (decimal): -14307564 or 1355557. OLE color: 1355557.
HSL color Cylindrical-coordinate representation of color #25AF14: hue angle of 113.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25AF14 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 20 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.31 |
| HSL | 113.42º | 0.79% | 0.38% | - |
| HSV(B) | 113.42º | 0.89% | 0.69% | - |
| XYZ | 16.22 | 31.1 | 5.81 | - |
| YUV | 116.07 | 73.78 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 20 | 0.79 | 0 | 0.89 | 0.31 | 113.42 | 0.79 | 0.38 |
| Hex | 25 | AF | 14 | 4F | 0 | 59 | 1F | 71 | 4F | 26 |
| Octal | 45 | 257 | 24 | 117 | 0 | 131 | 37 | 161 | 117 | 46 |
| Binary | 100101 | 10101111 | 10100 | 1001111 | 0 | 1011001 | 11111 | 1110001 | 1001111 | 100110 |
Color Harmonies of #25AF14
Complementary color
Monochromatic Colors of #25AF14
Black with #25AF14
Text Example
Text Example
White with #25AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF14; }
p { color: rgb(37,175,20); }
H1.HeaderClassName
{
color: #25AF14;
}
.AnyTagClassName
{
color: #25AF14;
}
</style>
background-color css
<style>
a { background-color: #25AF14; }
a { background-color: rgb(37,175,20); }
div.DivClassName
{
background-color: #25AF14;
}
.BgClassName
{
background-color: #25AF14;
}
</style>
border-color css
<style>
span { border-color: #25AF14; }
span { border-color: rgb(37,175,20); }
td.TdClassName
{
border-color: #25AF14;
}
.TagClassName
{
border-color: #25AF14;
}
</style>