Shades of Forest Green #257C1A
Tints of Forest Green #257C1A
RGB
CMYK
RGB Variations
Color information
#257C1A (or 0x257C1A) is known color: Forest Green. HEX triplet: 25, 7C and 1A. RGB value is (37,124,26). Sum of RGB (Red+Green+Blue) = 37+124+26=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 124 (48.83% from 255 or 66.31% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 124 - color contains mainly: green. Hex color #257C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C1A is #DA83E5. Grayscale: #575757. Windows color (decimal): -14320614 or 1735717. OLE color: 1735717.
HSL color Cylindrical-coordinate representation of color #257C1A: hue angle of 113.27º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257C1A is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 26 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.51 |
| HSL | 113.27º | 0.65% | 0.29% | - |
| HSV(B) | 113.27º | 0.79% | 0.49% | - |
| XYZ | 8.16 | 14.88 | 3.42 | - |
| YUV | 86.82 | 93.68 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 26 | 0.70 | 0 | 0.79 | 0.51 | 113.27 | 0.65 | 0.29 |
| Hex | 25 | 7C | 1A | 46 | 0 | 4F | 33 | 71 | 41 | 1D |
| Octal | 45 | 174 | 32 | 106 | 0 | 117 | 63 | 161 | 101 | 35 |
| Binary | 100101 | 1111100 | 11010 | 1000110 | 0 | 1001111 | 110011 | 1110001 | 1000001 | 11101 |
Color Harmonies of #257C1A
Complementary color
Monochromatic Colors of #257C1A
Black with #257C1A
Text Example
Text Example
White with #257C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C1A; }
p { color: rgb(37,124,26); }
H1.HeaderClassName
{
color: #257C1A;
}
.AnyTagClassName
{
color: #257C1A;
}
</style>
background-color css
<style>
a { background-color: #257C1A; }
a { background-color: rgb(37,124,26); }
div.DivClassName
{
background-color: #257C1A;
}
.BgClassName
{
background-color: #257C1A;
}
</style>
border-color css
<style>
span { border-color: #257C1A; }
span { border-color: rgb(37,124,26); }
td.TdClassName
{
border-color: #257C1A;
}
.TagClassName
{
border-color: #257C1A;
}
</style>