Shades of Forest Green #258F20
Tints of Forest Green #258F20
RGB
CMYK
RGB Variations
Color information
#258F20 (or 0x258F20) is known color: Forest Green. HEX triplet: 25, 8F and 20. RGB value is (37,143,32). Sum of RGB (Red+Green+Blue) = 37+143+32=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 143 (56.25% from 255 or 67.45% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 143 - color contains mainly: green. Hex color #258F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258F20 is #DA70DF. Grayscale: #626262. Windows color (decimal): -14315744 or 2133797. OLE color: 2133797.
HSL color Cylindrical-coordinate representation of color #258F20: hue angle of 117.3º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258F20 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 143 | 32 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.44 |
| HSL | 117.3º | 0.63% | 0.34% | - |
| HSV(B) | 117.3º | 0.78% | 0.56% | - |
| XYZ | 10.85 | 20.14 | 4.68 | - |
| YUV | 98.65 | 90.38 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 32 | 0.74 | 0 | 0.78 | 0.44 | 117.3 | 0.63 | 0.34 |
| Hex | 25 | 8F | 20 | 4A | 0 | 4E | 2C | 75 | 3F | 22 |
| Octal | 45 | 217 | 40 | 112 | 0 | 116 | 54 | 165 | 77 | 42 |
| Binary | 100101 | 10001111 | 100000 | 1001010 | 0 | 1001110 | 101100 | 1110101 | 111111 | 100010 |
Color Harmonies of #258F20
Complementary color
Monochromatic Colors of #258F20
Black with #258F20
Text Example
Text Example
White with #258F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F20; }
p { color: rgb(37,143,32); }
H1.HeaderClassName
{
color: #258F20;
}
.AnyTagClassName
{
color: #258F20;
}
</style>
background-color css
<style>
a { background-color: #258F20; }
a { background-color: rgb(37,143,32); }
div.DivClassName
{
background-color: #258F20;
}
.BgClassName
{
background-color: #258F20;
}
</style>
border-color css
<style>
span { border-color: #258F20; }
span { border-color: rgb(37,143,32); }
td.TdClassName
{
border-color: #258F20;
}
.TagClassName
{
border-color: #258F20;
}
</style>