Shades of Forest Green #257F02
Tints of Forest Green #257F02
RGB
CMYK
RGB Variations
Color information
#257F02 (or 0x257F02) is known color: Forest Green. HEX triplet: 25, 7F and 02. RGB value is (37,127,2). Sum of RGB (Red+Green+Blue) = 37+127+2=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 127 (50% from 255 or 76.51% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 127 - color contains mainly: green. Hex color #257F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257F02 is #DA80FD. Grayscale: #565656. Windows color (decimal): -14319870 or 163621. OLE color: 163621.
HSL color Cylindrical-coordinate representation of color #257F02: hue angle of 103.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #257F02 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 2 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.50 |
| HSL | 103.2º | 0.97% | 0.25% | - |
| HSV(B) | 103.2º | 0.98% | 0.5% | - |
| XYZ | 8.36 | 15.58 | 2.62 | - |
| YUV | 85.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 2 | 0.71 | 0 | 0.98 | 0.50 | 103.2 | 0.97 | 0.25 |
| Hex | 25 | 7F | 2 | 47 | 0 | 62 | 32 | 67 | 61 | 19 |
| Octal | 45 | 177 | 2 | 107 | 0 | 142 | 62 | 147 | 141 | 31 |
| Binary | 100101 | 1111111 | 10 | 1000111 | 0 | 1100010 | 110010 | 1100111 | 1100001 | 11001 |
Color Harmonies of #257F02
Complementary color
Monochromatic Colors of #257F02
Black with #257F02
Text Example
Text Example
White with #257F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F02; }
p { color: rgb(37,127,2); }
H1.HeaderClassName
{
color: #257F02;
}
.AnyTagClassName
{
color: #257F02;
}
</style>
background-color css
<style>
a { background-color: #257F02; }
a { background-color: rgb(37,127,2); }
div.DivClassName
{
background-color: #257F02;
}
.BgClassName
{
background-color: #257F02;
}
</style>
border-color css
<style>
span { border-color: #257F02; }
span { border-color: rgb(37,127,2); }
td.TdClassName
{
border-color: #257F02;
}
.TagClassName
{
border-color: #257F02;
}
</style>