Shades of Forest Green #258225
Tints of Forest Green #258225
RGB
CMYK
RGB Variations
Color information
#258225 (or 0x258225) is known color: Forest Green. HEX triplet: 25, 82 and 25. RGB value is (37,130,37). Sum of RGB (Red+Green+Blue) = 37+130+37=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #258225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258225 is #DA7DDA. Grayscale: #5B5B5B. Windows color (decimal): -14319067 or 2458149. OLE color: 2458149.
HSL color Cylindrical-coordinate representation of color #258225: hue angle of 120º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258225 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 37 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.49 |
| HSL | 120º | 0.56% | 0.33% | - |
| HSV(B) | 120º | 0.72% | 0.51% | - |
| XYZ | 9.08 | 16.49 | 4.46 | - |
| YUV | 91.59 | 97.19 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 37 | 0.72 | 0 | 0.72 | 0.49 | 120 | 0.56 | 0.33 |
| Hex | 25 | 82 | 25 | 48 | 0 | 48 | 31 | 78 | 38 | 21 |
| Octal | 45 | 202 | 45 | 110 | 0 | 110 | 61 | 170 | 70 | 41 |
| Binary | 100101 | 10000010 | 100101 | 1001000 | 0 | 1001000 | 110001 | 1111000 | 111000 | 100001 |
Color Harmonies of #258225
Complementary color
Monochromatic Colors of #258225
Black with #258225
Text Example
Text Example
White with #258225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258225; }
p { color: rgb(37,130,37); }
H1.HeaderClassName
{
color: #258225;
}
.AnyTagClassName
{
color: #258225;
}
</style>
background-color css
<style>
a { background-color: #258225; }
a { background-color: rgb(37,130,37); }
div.DivClassName
{
background-color: #258225;
}
.BgClassName
{
background-color: #258225;
}
</style>
border-color css
<style>
span { border-color: #258225; }
span { border-color: rgb(37,130,37); }
td.TdClassName
{
border-color: #258225;
}
.TagClassName
{
border-color: #258225;
}
</style>