Shades of Forest Green #258325
Tints of Forest Green #258325
RGB
CMYK
RGB Variations
Color information
#258325 (or 0x258325) is known color: Forest Green. HEX triplet: 25, 83 and 25. RGB value is (37,131,37). Sum of RGB (Red+Green+Blue) = 37+131+37=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #258325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258325 is #DA7CDA. Grayscale: #5C5C5C. Windows color (decimal): -14318811 or 2458405. OLE color: 2458405.
HSL color Cylindrical-coordinate representation of color #258325: 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 #258325 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 131 | 37 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.49 |
| HSL | 120º | 0.56% | 0.33% | - |
| HSV(B) | 120º | 0.72% | 0.51% | - |
| XYZ | 9.21 | 16.76 | 4.5 | - |
| YUV | 92.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 37 | 0.72 | 0 | 0.72 | 0.49 | 120 | 0.56 | 0.33 |
| Hex | 25 | 83 | 25 | 48 | 0 | 48 | 31 | 78 | 38 | 21 |
| Octal | 45 | 203 | 45 | 110 | 0 | 110 | 61 | 170 | 70 | 41 |
| Binary | 100101 | 10000011 | 100101 | 1001000 | 0 | 1001000 | 110001 | 1111000 | 111000 | 100001 |
Color Harmonies of #258325
Complementary color
Monochromatic Colors of #258325
Black with #258325
Text Example
Text Example
White with #258325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258325; }
p { color: rgb(37,131,37); }
H1.HeaderClassName
{
color: #258325;
}
.AnyTagClassName
{
color: #258325;
}
</style>
background-color css
<style>
a { background-color: #258325; }
a { background-color: rgb(37,131,37); }
div.DivClassName
{
background-color: #258325;
}
.BgClassName
{
background-color: #258325;
}
</style>
border-color css
<style>
span { border-color: #258325; }
span { border-color: rgb(37,131,37); }
td.TdClassName
{
border-color: #258325;
}
.TagClassName
{
border-color: #258325;
}
</style>