Shades of Forest Green #257A1C
Tints of Forest Green #257A1C
RGB
CMYK
RGB Variations
Color information
#257A1C (or 0x257A1C) is known color: Forest Green. HEX triplet: 25, 7A and 1C. RGB value is (37,122,28). Sum of RGB (Red+Green+Blue) = 37+122+28=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #257A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A1C is #DA85E3. Grayscale: #565656. Windows color (decimal): -14321124 or 1866277. OLE color: 1866277.
HSL color Cylindrical-coordinate representation of color #257A1C: hue angle of 114.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #257A1C is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 28 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.52 |
| HSL | 114.26º | 0.63% | 0.29% | - |
| HSV(B) | 114.26º | 0.77% | 0.48% | - |
| XYZ | 7.93 | 14.4 | 3.46 | - |
| YUV | 85.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 28 | 0.70 | 0 | 0.77 | 0.52 | 114.26 | 0.63 | 0.29 |
| Hex | 25 | 7A | 1C | 46 | 0 | 4D | 34 | 72 | 3F | 1D |
| Octal | 45 | 172 | 34 | 106 | 0 | 115 | 64 | 162 | 77 | 35 |
| Binary | 100101 | 1111010 | 11100 | 1000110 | 0 | 1001101 | 110100 | 1110010 | 111111 | 11101 |
Color Harmonies of #257A1C
Complementary color
Monochromatic Colors of #257A1C
Black with #257A1C
Text Example
Text Example
White with #257A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A1C; }
p { color: rgb(37,122,28); }
H1.HeaderClassName
{
color: #257A1C;
}
.AnyTagClassName
{
color: #257A1C;
}
</style>
background-color css
<style>
a { background-color: #257A1C; }
a { background-color: rgb(37,122,28); }
div.DivClassName
{
background-color: #257A1C;
}
.BgClassName
{
background-color: #257A1C;
}
</style>
border-color css
<style>
span { border-color: #257A1C; }
span { border-color: rgb(37,122,28); }
td.TdClassName
{
border-color: #257A1C;
}
.TagClassName
{
border-color: #257A1C;
}
</style>