Shades of Forest Green #25A00E
Tints of Forest Green #25A00E
RGB
CMYK
RGB Variations
Color information
#25A00E (or 0x25A00E) is known color: Forest Green. HEX triplet: 25, A0 and 0E. RGB value is (37,160,14). Sum of RGB (Red+Green+Blue) = 37+160+14=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #25A00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25A00E is #DA5FF1. Grayscale: #6B6B6B. Windows color (decimal): -14311410 or 958501. OLE color: 958501.
HSL color Cylindrical-coordinate representation of color #25A00E: hue angle of 110.55º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25A00E is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 160 | 14 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.37 |
| HSL | 110.55º | 0.84% | 0.34% | - |
| HSV(B) | 110.55º | 0.91% | 0.63% | - |
| XYZ | 13.41 | 25.57 | 4.64 | - |
| YUV | 106.58 | 75.75 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 14 | 0.77 | 0 | 0.91 | 0.37 | 110.55 | 0.84 | 0.34 |
| Hex | 25 | A0 | E | 4D | 0 | 5B | 25 | 6F | 54 | 22 |
| Octal | 45 | 240 | 16 | 115 | 0 | 133 | 45 | 157 | 124 | 42 |
| Binary | 100101 | 10100000 | 1110 | 1001101 | 0 | 1011011 | 100101 | 1101111 | 1010100 | 100010 |
Color Harmonies of #25A00E
Complementary color
Monochromatic Colors of #25A00E
Black with #25A00E
Text Example
Text Example
White with #25A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A00E; }
p { color: rgb(37,160,14); }
H1.HeaderClassName
{
color: #25A00E;
}
.AnyTagClassName
{
color: #25A00E;
}
</style>
background-color css
<style>
a { background-color: #25A00E; }
a { background-color: rgb(37,160,14); }
div.DivClassName
{
background-color: #25A00E;
}
.BgClassName
{
background-color: #25A00E;
}
</style>
border-color css
<style>
span { border-color: #25A00E; }
span { border-color: rgb(37,160,14); }
td.TdClassName
{
border-color: #25A00E;
}
.TagClassName
{
border-color: #25A00E;
}
</style>