Shades of Forest Green #257F25
Tints of Forest Green #257F25
RGB
CMYK
RGB Variations
Color information
#257F25 (or 0x257F25) is known color: Forest Green. HEX triplet: 25, 7F and 25. RGB value is (37,127,37). Sum of RGB (Red+Green+Blue) = 37+127+37=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #257F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F25 is #DA80DA. Grayscale: #5A5A5A. Windows color (decimal): -14319835 or 2457381. OLE color: 2457381.
HSL color Cylindrical-coordinate representation of color #257F25: hue angle of 120º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F25 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 37 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.50 |
| HSL | 120º | 0.55% | 0.32% | - |
| HSV(B) | 120º | 0.71% | 0.5% | - |
| XYZ | 8.69 | 15.71 | 4.32 | - |
| YUV | 89.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 37 | 0.71 | 0 | 0.71 | 0.50 | 120 | 0.55 | 0.32 |
| Hex | 25 | 7F | 25 | 47 | 0 | 47 | 32 | 78 | 37 | 20 |
| Octal | 45 | 177 | 45 | 107 | 0 | 107 | 62 | 170 | 67 | 40 |
| Binary | 100101 | 1111111 | 100101 | 1000111 | 0 | 1000111 | 110010 | 1111000 | 110111 | 100000 |
Color Harmonies of #257F25
Complementary color
Monochromatic Colors of #257F25
Black with #257F25
Text Example
Text Example
White with #257F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F25; }
p { color: rgb(37,127,37); }
H1.HeaderClassName
{
color: #257F25;
}
.AnyTagClassName
{
color: #257F25;
}
</style>
background-color css
<style>
a { background-color: #257F25; }
a { background-color: rgb(37,127,37); }
div.DivClassName
{
background-color: #257F25;
}
.BgClassName
{
background-color: #257F25;
}
</style>
border-color css
<style>
span { border-color: #257F25; }
span { border-color: rgb(37,127,37); }
td.TdClassName
{
border-color: #257F25;
}
.TagClassName
{
border-color: #257F25;
}
</style>