Shades of Forest Green #25AA0E
Tints of Forest Green #25AA0E
RGB
CMYK
RGB Variations
Color information
#25AA0E (or 0x25AA0E) is known color: Forest Green. HEX triplet: 25, AA and 0E. RGB value is (37,170,14). Sum of RGB (Red+Green+Blue) = 37+170+14=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 170 (66.80% from 255 or 76.92% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25AA0E is #DA55F1. Grayscale: #707070. Windows color (decimal): -14308850 or 961061. OLE color: 961061.
HSL color Cylindrical-coordinate representation of color #25AA0E: hue angle of 111.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25AA0E is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 170 | 14 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.33 |
| HSL | 111.15º | 0.85% | 0.36% | - |
| HSV(B) | 111.15º | 0.92% | 0.67% | - |
| XYZ | 15.22 | 29.17 | 5.24 | - |
| YUV | 112.45 | 72.44 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 14 | 0.78 | 0 | 0.92 | 0.33 | 111.15 | 0.85 | 0.36 |
| Hex | 25 | AA | E | 4E | 0 | 5C | 21 | 6F | 55 | 24 |
| Octal | 45 | 252 | 16 | 116 | 0 | 134 | 41 | 157 | 125 | 44 |
| Binary | 100101 | 10101010 | 1110 | 1001110 | 0 | 1011100 | 100001 | 1101111 | 1010101 | 100100 |
Color Harmonies of #25AA0E
Complementary color
Monochromatic Colors of #25AA0E
Black with #25AA0E
Text Example
Text Example
White with #25AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AA0E; }
p { color: rgb(37,170,14); }
H1.HeaderClassName
{
color: #25AA0E;
}
.AnyTagClassName
{
color: #25AA0E;
}
</style>
background-color css
<style>
a { background-color: #25AA0E; }
a { background-color: rgb(37,170,14); }
div.DivClassName
{
background-color: #25AA0E;
}
.BgClassName
{
background-color: #25AA0E;
}
</style>
border-color css
<style>
span { border-color: #25AA0E; }
span { border-color: rgb(37,170,14); }
td.TdClassName
{
border-color: #25AA0E;
}
.TagClassName
{
border-color: #25AA0E;
}
</style>