Shades of Forest Green #257F06
Tints of Forest Green #257F06
RGB
CMYK
RGB Variations
Color information
#257F06 (or 0x257F06) is known color: Forest Green. HEX triplet: 25, 7F and 06. RGB value is (37,127,6). Sum of RGB (Red+Green+Blue) = 37+127+6=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 127 (50% from 255 or 74.71% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 127 - color contains mainly: green. Hex color #257F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257F06 is #DA80F9. Grayscale: #565656. Windows color (decimal): -14319866 or 425765. OLE color: 425765.
HSL color Cylindrical-coordinate representation of color #257F06: hue angle of 104.63º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #257F06 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 6 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.50 |
| HSL | 104.63º | 0.91% | 0.26% | - |
| HSV(B) | 104.63º | 0.95% | 0.5% | - |
| XYZ | 8.39 | 15.59 | 2.74 | - |
| YUV | 86.3 | 82.68 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 6 | 0.71 | 0 | 0.95 | 0.50 | 104.63 | 0.91 | 0.26 |
| Hex | 25 | 7F | 6 | 47 | 0 | 5F | 32 | 69 | 5B | 1A |
| Octal | 45 | 177 | 6 | 107 | 0 | 137 | 62 | 151 | 133 | 32 |
| Binary | 100101 | 1111111 | 110 | 1000111 | 0 | 1011111 | 110010 | 1101001 | 1011011 | 11010 |
Color Harmonies of #257F06
Complementary color
Monochromatic Colors of #257F06
Black with #257F06
Text Example
Text Example
White with #257F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F06; }
p { color: rgb(37,127,6); }
H1.HeaderClassName
{
color: #257F06;
}
.AnyTagClassName
{
color: #257F06;
}
</style>
background-color css
<style>
a { background-color: #257F06; }
a { background-color: rgb(37,127,6); }
div.DivClassName
{
background-color: #257F06;
}
.BgClassName
{
background-color: #257F06;
}
</style>
border-color css
<style>
span { border-color: #257F06; }
span { border-color: rgb(37,127,6); }
td.TdClassName
{
border-color: #257F06;
}
.TagClassName
{
border-color: #257F06;
}
</style>