Shades of Forest Green #258C25
Tints of Forest Green #258C25
RGB
CMYK
RGB Variations
Color information
#258C25 (or 0x258C25) is known color: Forest Green. HEX triplet: 25, 8C and 25. RGB value is (37,140,37). Sum of RGB (Red+Green+Blue) = 37+140+37=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 140 (55.08% from 255 or 65.42% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 140 - color contains mainly: green. Hex color #258C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258C25 is #DA73DA. Grayscale: #616161. Windows color (decimal): -14316507 or 2460709. OLE color: 2460709.
HSL color Cylindrical-coordinate representation of color #258C25: hue angle of 120º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258C25 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 140 | 37 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.45 |
| HSL | 120º | 0.58% | 0.35% | - |
| HSV(B) | 120º | 0.74% | 0.55% | - |
| XYZ | 10.47 | 19.28 | 4.92 | - |
| YUV | 97.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 37 | 0.74 | 0 | 0.74 | 0.45 | 120 | 0.58 | 0.35 |
| Hex | 25 | 8C | 25 | 4A | 0 | 4A | 2D | 78 | 3A | 23 |
| Octal | 45 | 214 | 45 | 112 | 0 | 112 | 55 | 170 | 72 | 43 |
| Binary | 100101 | 10001100 | 100101 | 1001010 | 0 | 1001010 | 101101 | 1111000 | 111010 | 100011 |
Color Harmonies of #258C25
Complementary color
Monochromatic Colors of #258C25
Black with #258C25
Text Example
Text Example
White with #258C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C25; }
p { color: rgb(37,140,37); }
H1.HeaderClassName
{
color: #258C25;
}
.AnyTagClassName
{
color: #258C25;
}
</style>
background-color css
<style>
a { background-color: #258C25; }
a { background-color: rgb(37,140,37); }
div.DivClassName
{
background-color: #258C25;
}
.BgClassName
{
background-color: #258C25;
}
</style>
border-color css
<style>
span { border-color: #258C25; }
span { border-color: rgb(37,140,37); }
td.TdClassName
{
border-color: #258C25;
}
.TagClassName
{
border-color: #258C25;
}
</style>