Shades of Forest Green #258612
Tints of Forest Green #258612
RGB
CMYK
RGB Variations
Color information
#258612 (or 0x258612) is known color: Forest Green. HEX triplet: 25, 86 and 12. RGB value is (37,134,18). Sum of RGB (Red+Green+Blue) = 37+134+18=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #258612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258612 is #DA79ED. Grayscale: #5C5C5C. Windows color (decimal): -14318062 or 1213989. OLE color: 1213989.
HSL color Cylindrical-coordinate representation of color #258612: hue angle of 110.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #258612 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 134 | 18 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.47 |
| HSL | 110.17º | 0.76% | 0.3% | - |
| HSV(B) | 110.17º | 0.87% | 0.53% | - |
| XYZ | 9.4 | 17.49 | 3.45 | - |
| YUV | 91.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 134 | 18 | 0.72 | 0 | 0.87 | 0.47 | 110.17 | 0.76 | 0.3 |
| Hex | 25 | 86 | 12 | 48 | 0 | 57 | 2F | 6E | 4C | 1E |
| Octal | 45 | 206 | 22 | 110 | 0 | 127 | 57 | 156 | 114 | 36 |
| Binary | 100101 | 10000110 | 10010 | 1001000 | 0 | 1010111 | 101111 | 1101110 | 1001100 | 11110 |
Color Harmonies of #258612
Complementary color
Monochromatic Colors of #258612
Black with #258612
Text Example
Text Example
White with #258612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258612; }
p { color: rgb(37,134,18); }
H1.HeaderClassName
{
color: #258612;
}
.AnyTagClassName
{
color: #258612;
}
</style>
background-color css
<style>
a { background-color: #258612; }
a { background-color: rgb(37,134,18); }
div.DivClassName
{
background-color: #258612;
}
.BgClassName
{
background-color: #258612;
}
</style>
border-color css
<style>
span { border-color: #258612; }
span { border-color: rgb(37,134,18); }
td.TdClassName
{
border-color: #258612;
}
.TagClassName
{
border-color: #258612;
}
</style>