Shades of Forest Green #257F29
Tints of Forest Green #257F29
RGB
CMYK
RGB Variations
Color information
#257F29 (or 0x257F29) is known color: Forest Green. HEX triplet: 25, 7F and 29. RGB value is (37,127,41). Sum of RGB (Red+Green+Blue) = 37+127+41=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #257F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F29 is #DA80D6. Grayscale: #5A5A5A. Windows color (decimal): -14319831 or 2719525. OLE color: 2719525.
HSL color Cylindrical-coordinate representation of color #257F29: hue angle of 122.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F29 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 41 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.50 |
| HSL | 122.67º | 0.55% | 0.32% | - |
| HSV(B) | 122.67º | 0.71% | 0.5% | - |
| XYZ | 8.75 | 15.73 | 4.67 | - |
| YUV | 90.29 | 100.18 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 41 | 0.71 | 0 | 0.68 | 0.50 | 122.67 | 0.55 | 0.32 |
| Hex | 25 | 7F | 29 | 47 | 0 | 44 | 32 | 7B | 37 | 20 |
| Octal | 45 | 177 | 51 | 107 | 0 | 104 | 62 | 173 | 67 | 40 |
| Binary | 100101 | 1111111 | 101001 | 1000111 | 0 | 1000100 | 110010 | 1111011 | 110111 | 100000 |
Color Harmonies of #257F29
Complementary color
Monochromatic Colors of #257F29
Black with #257F29
Text Example
Text Example
White with #257F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F29; }
p { color: rgb(37,127,41); }
H1.HeaderClassName
{
color: #257F29;
}
.AnyTagClassName
{
color: #257F29;
}
</style>
background-color css
<style>
a { background-color: #257F29; }
a { background-color: rgb(37,127,41); }
div.DivClassName
{
background-color: #257F29;
}
.BgClassName
{
background-color: #257F29;
}
</style>
border-color css
<style>
span { border-color: #257F29; }
span { border-color: rgb(37,127,41); }
td.TdClassName
{
border-color: #257F29;
}
.TagClassName
{
border-color: #257F29;
}
</style>