Shades of Forest Green #257A07
Tints of Forest Green #257A07
RGB
CMYK
RGB Variations
Color information
#257A07 (or 0x257A07) is known color: Forest Green. HEX triplet: 25, 7A and 07. RGB value is (37,122,7). Sum of RGB (Red+Green+Blue) = 37+122+7=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 122 (48.05% from 255 or 73.49% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 122 - color contains mainly: green. Hex color #257A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257A07 is #DA85F8. Grayscale: #535353. Windows color (decimal): -14321145 or 490021. OLE color: 490021.
HSL color Cylindrical-coordinate representation of color #257A07: hue angle of 104.35º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #257A07 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 7 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.52 |
| HSL | 104.35º | 0.89% | 0.25% | - |
| HSV(B) | 104.35º | 0.94% | 0.48% | - |
| XYZ | 7.76 | 14.33 | 2.56 | - |
| YUV | 83.48 | 84.84 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 7 | 0.70 | 0 | 0.94 | 0.52 | 104.35 | 0.89 | 0.25 |
| Hex | 25 | 7A | 7 | 46 | 0 | 5E | 34 | 68 | 59 | 19 |
| Octal | 45 | 172 | 7 | 106 | 0 | 136 | 64 | 150 | 131 | 31 |
| Binary | 100101 | 1111010 | 111 | 1000110 | 0 | 1011110 | 110100 | 1101000 | 1011001 | 11001 |
Color Harmonies of #257A07
Complementary color
Monochromatic Colors of #257A07
Black with #257A07
Text Example
Text Example
White with #257A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A07; }
p { color: rgb(37,122,7); }
H1.HeaderClassName
{
color: #257A07;
}
.AnyTagClassName
{
color: #257A07;
}
</style>
background-color css
<style>
a { background-color: #257A07; }
a { background-color: rgb(37,122,7); }
div.DivClassName
{
background-color: #257A07;
}
.BgClassName
{
background-color: #257A07;
}
</style>
border-color css
<style>
span { border-color: #257A07; }
span { border-color: rgb(37,122,7); }
td.TdClassName
{
border-color: #257A07;
}
.TagClassName
{
border-color: #257A07;
}
</style>