Shades of Forest Green #257012
Tints of Forest Green #257012
RGB
CMYK
RGB Variations
Color information
#257012 (or 0x257012) is known color: Forest Green. HEX triplet: 25, 70 and 12. RGB value is (37,112,18). Sum of RGB (Red+Green+Blue) = 37+112+18=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #257012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257012 is #DA8FED. Grayscale: #4F4F4F. Windows color (decimal): -14323694 or 1208357. OLE color: 1208357.
HSL color Cylindrical-coordinate representation of color #257012: hue angle of 107.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257012 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 18 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.56 |
| HSL | 107.87º | 0.72% | 0.25% | - |
| HSV(B) | 107.87º | 0.84% | 0.44% | - |
| XYZ | 6.67 | 12.03 | 2.54 | - |
| YUV | 78.86 | 93.65 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 18 | 0.67 | 0 | 0.84 | 0.56 | 107.87 | 0.72 | 0.25 |
| Hex | 25 | 70 | 12 | 43 | 0 | 54 | 38 | 6C | 48 | 19 |
| Octal | 45 | 160 | 22 | 103 | 0 | 124 | 70 | 154 | 110 | 31 |
| Binary | 100101 | 1110000 | 10010 | 1000011 | 0 | 1010100 | 111000 | 1101100 | 1001000 | 11001 |
Color Harmonies of #257012
Complementary color
Monochromatic Colors of #257012
Black with #257012
Text Example
Text Example
White with #257012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257012; }
p { color: rgb(37,112,18); }
H1.HeaderClassName
{
color: #257012;
}
.AnyTagClassName
{
color: #257012;
}
</style>
background-color css
<style>
a { background-color: #257012; }
a { background-color: rgb(37,112,18); }
div.DivClassName
{
background-color: #257012;
}
.BgClassName
{
background-color: #257012;
}
</style>
border-color css
<style>
span { border-color: #257012; }
span { border-color: rgb(37,112,18); }
td.TdClassName
{
border-color: #257012;
}
.TagClassName
{
border-color: #257012;
}
</style>