Shades of Forest Green #258A25
Tints of Forest Green #258A25
RGB
CMYK
RGB Variations
Color information
#258A25 (or 0x258A25) is known color: Forest Green. HEX triplet: 25, 8A and 25. RGB value is (37,138,37). Sum of RGB (Red+Green+Blue) = 37+138+37=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #258A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258A25 is #DA75DA. Grayscale: #606060. Windows color (decimal): -14317019 or 2460197. OLE color: 2460197.
HSL color Cylindrical-coordinate representation of color #258A25: hue angle of 120º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A25 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 138 | 37 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.46 |
| HSL | 120º | 0.58% | 0.34% | - |
| HSV(B) | 120º | 0.73% | 0.54% | - |
| XYZ | 10.19 | 18.7 | 4.82 | - |
| YUV | 96.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 37 | 0.73 | 0 | 0.73 | 0.46 | 120 | 0.58 | 0.34 |
| Hex | 25 | 8A | 25 | 49 | 0 | 49 | 2E | 78 | 3A | 22 |
| Octal | 45 | 212 | 45 | 111 | 0 | 111 | 56 | 170 | 72 | 42 |
| Binary | 100101 | 10001010 | 100101 | 1001001 | 0 | 1001001 | 101110 | 1111000 | 111010 | 100010 |
Color Harmonies of #258A25
Complementary color
Monochromatic Colors of #258A25
Black with #258A25
Text Example
Text Example
White with #258A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A25; }
p { color: rgb(37,138,37); }
H1.HeaderClassName
{
color: #258A25;
}
.AnyTagClassName
{
color: #258A25;
}
</style>
background-color css
<style>
a { background-color: #258A25; }
a { background-color: rgb(37,138,37); }
div.DivClassName
{
background-color: #258A25;
}
.BgClassName
{
background-color: #258A25;
}
</style>
border-color css
<style>
span { border-color: #258A25; }
span { border-color: rgb(37,138,37); }
td.TdClassName
{
border-color: #258A25;
}
.TagClassName
{
border-color: #258A25;
}
</style>