Shades of Forest Green #257D13
Tints of Forest Green #257D13
RGB
CMYK
RGB Variations
Color information
#257D13 (or 0x257D13) is known color: Forest Green. HEX triplet: 25, 7D and 13. RGB value is (37,125,19). Sum of RGB (Red+Green+Blue) = 37+125+19=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 125 (49.22% from 255 or 69.06% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 125 - color contains mainly: green. Hex color #257D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257D13 is #DA82EC. Grayscale: #565656. Windows color (decimal): -14320365 or 1277221. OLE color: 1277221.
HSL color Cylindrical-coordinate representation of color #257D13: hue angle of 109.81º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257D13 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 19 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.51 |
| HSL | 109.81º | 0.74% | 0.28% | - |
| HSV(B) | 109.81º | 0.85% | 0.49% | - |
| XYZ | 8.21 | 15.11 | 3.1 | - |
| YUV | 86.6 | 89.85 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 19 | 0.70 | 0 | 0.85 | 0.51 | 109.81 | 0.74 | 0.28 |
| Hex | 25 | 7D | 13 | 46 | 0 | 55 | 33 | 6E | 4A | 1C |
| Octal | 45 | 175 | 23 | 106 | 0 | 125 | 63 | 156 | 112 | 34 |
| Binary | 100101 | 1111101 | 10011 | 1000110 | 0 | 1010101 | 110011 | 1101110 | 1001010 | 11100 |
Color Harmonies of #257D13
Complementary color
Monochromatic Colors of #257D13
Black with #257D13
Text Example
Text Example
White with #257D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D13; }
p { color: rgb(37,125,19); }
H1.HeaderClassName
{
color: #257D13;
}
.AnyTagClassName
{
color: #257D13;
}
</style>
background-color css
<style>
a { background-color: #257D13; }
a { background-color: rgb(37,125,19); }
div.DivClassName
{
background-color: #257D13;
}
.BgClassName
{
background-color: #257D13;
}
</style>
border-color css
<style>
span { border-color: #257D13; }
span { border-color: rgb(37,125,19); }
td.TdClassName
{
border-color: #257D13;
}
.TagClassName
{
border-color: #257D13;
}
</style>