Shades of Forest Green #257C1E
Tints of Forest Green #257C1E
RGB
CMYK
RGB Variations
Color information
#257C1E (or 0x257C1E) is known color: Forest Green. HEX triplet: 25, 7C and 1E. RGB value is (37,124,30). Sum of RGB (Red+Green+Blue) = 37+124+30=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #257C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C1E is #DA83E1. Grayscale: #575757. Windows color (decimal): -14320610 or 1997861. OLE color: 1997861.
HSL color Cylindrical-coordinate representation of color #257C1E: hue angle of 115.53º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257C1E is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 30 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.51 |
| HSL | 115.53º | 0.61% | 0.3% | - |
| HSV(B) | 115.53º | 0.76% | 0.49% | - |
| XYZ | 8.2 | 14.9 | 3.67 | - |
| YUV | 87.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 30 | 0.70 | 0 | 0.76 | 0.51 | 115.53 | 0.61 | 0.3 |
| Hex | 25 | 7C | 1E | 46 | 0 | 4C | 33 | 74 | 3D | 1E |
| Octal | 45 | 174 | 36 | 106 | 0 | 114 | 63 | 164 | 75 | 36 |
| Binary | 100101 | 1111100 | 11110 | 1000110 | 0 | 1001100 | 110011 | 1110100 | 111101 | 11110 |
Color Harmonies of #257C1E
Complementary color
Monochromatic Colors of #257C1E
Black with #257C1E
Text Example
Text Example
White with #257C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C1E; }
p { color: rgb(37,124,30); }
H1.HeaderClassName
{
color: #257C1E;
}
.AnyTagClassName
{
color: #257C1E;
}
</style>
background-color css
<style>
a { background-color: #257C1E; }
a { background-color: rgb(37,124,30); }
div.DivClassName
{
background-color: #257C1E;
}
.BgClassName
{
background-color: #257C1E;
}
</style>
border-color css
<style>
span { border-color: #257C1E; }
span { border-color: rgb(37,124,30); }
td.TdClassName
{
border-color: #257C1E;
}
.TagClassName
{
border-color: #257C1E;
}
</style>