Shades of Forest Green #259512
Tints of Forest Green #259512
RGB
CMYK
RGB Variations
Color information
#259512 (or 0x259512) is known color: Forest Green. HEX triplet: 25, 95 and 12. RGB value is (37,149,18). Sum of RGB (Red+Green+Blue) = 37+149+18=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #259512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #259512 is #DA6AED. Grayscale: #646464. Windows color (decimal): -14314222 or 1217829. OLE color: 1217829.
HSL color Cylindrical-coordinate representation of color #259512: hue angle of 111.3º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #259512 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 18 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.42 |
| HSL | 111.3º | 0.78% | 0.33% | - |
| HSV(B) | 111.3º | 0.88% | 0.58% | - |
| XYZ | 11.62 | 21.93 | 4.19 | - |
| YUV | 100.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 18 | 0.75 | 0 | 0.88 | 0.42 | 111.3 | 0.78 | 0.33 |
| Hex | 25 | 95 | 12 | 4B | 0 | 58 | 2A | 6F | 4E | 21 |
| Octal | 45 | 225 | 22 | 113 | 0 | 130 | 52 | 157 | 116 | 41 |
| Binary | 100101 | 10010101 | 10010 | 1001011 | 0 | 1011000 | 101010 | 1101111 | 1001110 | 100001 |
Color Harmonies of #259512
Complementary color
Monochromatic Colors of #259512
Black with #259512
Text Example
Text Example
White with #259512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259512; }
p { color: rgb(37,149,18); }
H1.HeaderClassName
{
color: #259512;
}
.AnyTagClassName
{
color: #259512;
}
</style>
background-color css
<style>
a { background-color: #259512; }
a { background-color: rgb(37,149,18); }
div.DivClassName
{
background-color: #259512;
}
.BgClassName
{
background-color: #259512;
}
</style>
border-color css
<style>
span { border-color: #259512; }
span { border-color: rgb(37,149,18); }
td.TdClassName
{
border-color: #259512;
}
.TagClassName
{
border-color: #259512;
}
</style>