Shades of Forest Green #257F28
Tints of Forest Green #257F28
RGB
CMYK
RGB Variations
Color information
#257F28 (or 0x257F28) is known color: Forest Green. HEX triplet: 25, 7F and 28. RGB value is (37,127,40). Sum of RGB (Red+Green+Blue) = 37+127+40=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 127 (50% from 255 or 62.25% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 127 - color contains mainly: green. Hex color #257F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F28 is #DA80D7. Grayscale: #5A5A5A. Windows color (decimal): -14319832 or 2653989. OLE color: 2653989.
HSL color Cylindrical-coordinate representation of color #257F28: hue angle of 122º 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 #257F28 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 40 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.50 |
| HSL | 122º | 0.55% | 0.32% | - |
| HSV(B) | 122º | 0.71% | 0.5% | - |
| XYZ | 8.74 | 15.73 | 4.58 | - |
| YUV | 90.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 40 | 0.71 | 0 | 0.69 | 0.50 | 122 | 0.55 | 0.32 |
| Hex | 25 | 7F | 28 | 47 | 0 | 45 | 32 | 7A | 37 | 20 |
| Octal | 45 | 177 | 50 | 107 | 0 | 105 | 62 | 172 | 67 | 40 |
| Binary | 100101 | 1111111 | 101000 | 1000111 | 0 | 1000101 | 110010 | 1111010 | 110111 | 100000 |
Color Harmonies of #257F28
Complementary color
Monochromatic Colors of #257F28
Black with #257F28
Text Example
Text Example
White with #257F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F28; }
p { color: rgb(37,127,40); }
H1.HeaderClassName
{
color: #257F28;
}
.AnyTagClassName
{
color: #257F28;
}
</style>
background-color css
<style>
a { background-color: #257F28; }
a { background-color: rgb(37,127,40); }
div.DivClassName
{
background-color: #257F28;
}
.BgClassName
{
background-color: #257F28;
}
</style>
border-color css
<style>
span { border-color: #257F28; }
span { border-color: rgb(37,127,40); }
td.TdClassName
{
border-color: #257F28;
}
.TagClassName
{
border-color: #257F28;
}
</style>