Shades of Forest Green #258010
Tints of Forest Green #258010
RGB
CMYK
RGB Variations
Color information
#258010 (or 0x258010) is known color: Forest Green. HEX triplet: 25, 80 and 10. RGB value is (37,128,16). Sum of RGB (Red+Green+Blue) = 37+128+16=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #258010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258010 is #DA7FEF. Grayscale: #585858. Windows color (decimal): -14319600 or 1081381. OLE color: 1081381.
HSL color Cylindrical-coordinate representation of color #258010: hue angle of 108.75º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #258010 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 128 | 16 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.50 |
| HSL | 108.75º | 0.78% | 0.28% | - |
| HSV(B) | 108.75º | 0.88% | 0.5% | - |
| XYZ | 8.58 | 15.87 | 3.1 | - |
| YUV | 88.02 | 87.35 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 16 | 0.71 | 0 | 0.88 | 0.50 | 108.75 | 0.78 | 0.28 |
| Hex | 25 | 80 | 10 | 47 | 0 | 58 | 32 | 6D | 4E | 1C |
| Octal | 45 | 200 | 20 | 107 | 0 | 130 | 62 | 155 | 116 | 34 |
| Binary | 100101 | 10000000 | 10000 | 1000111 | 0 | 1011000 | 110010 | 1101101 | 1001110 | 11100 |
Color Harmonies of #258010
Complementary color
Monochromatic Colors of #258010
Black with #258010
Text Example
Text Example
White with #258010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258010; }
p { color: rgb(37,128,16); }
H1.HeaderClassName
{
color: #258010;
}
.AnyTagClassName
{
color: #258010;
}
</style>
background-color css
<style>
a { background-color: #258010; }
a { background-color: rgb(37,128,16); }
div.DivClassName
{
background-color: #258010;
}
.BgClassName
{
background-color: #258010;
}
</style>
border-color css
<style>
span { border-color: #258010; }
span { border-color: rgb(37,128,16); }
td.TdClassName
{
border-color: #258010;
}
.TagClassName
{
border-color: #258010;
}
</style>