Shades of Forest Green #009525
Tints of Forest Green #009525
RGB
CMYK
RGB Variations
Color information
#009525 (or 0x009525) is known color: Forest Green. HEX triplet: 00, 95 and 25. RGB value is (0,149,37). Sum of RGB (Red+Green+Blue) = 0+149+37=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #009525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009525 is #FF6ADA. Grayscale: #5B5B5B. Windows color (decimal): -16739035 or 2462976. OLE color: 2462976.
HSL color Cylindrical-coordinate representation of color #009525: hue angle of 134.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009525 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 37 | - |
| CMYK | 1 | 0 | 0.75 | 0.42 |
| HSL | 134.9º | 1% | 0.29% | - |
| HSV(B) | 134.9º | 1% | 0.58% | - |
| XYZ | 11.08 | 21.63 | 5.34 | - |
| YUV | 91.68 | 97.14 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 37 | 1 | 0 | 0.75 | 0.42 | 134.9 | 1 | 0.29 |
| Hex | 0 | 95 | 25 | 64 | 0 | 4B | 2A | 87 | 64 | 1D |
| Octal | 0 | 225 | 45 | 144 | 0 | 113 | 52 | 207 | 144 | 35 |
| Binary | 0 | 10010101 | 100101 | 1100100 | 0 | 1001011 | 101010 | 10000111 | 1100100 | 11101 |
Color Harmonies of #009525
Complementary color
Monochromatic Colors of #009525
Black with #009525
Text Example
Text Example
White with #009525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009525; }
p { color: rgb(0,149,37); }
H1.HeaderClassName
{
color: #009525;
}
.AnyTagClassName
{
color: #009525;
}
</style>
background-color css
<style>
a { background-color: #009525; }
a { background-color: rgb(0,149,37); }
div.DivClassName
{
background-color: #009525;
}
.BgClassName
{
background-color: #009525;
}
</style>
border-color css
<style>
span { border-color: #009525; }
span { border-color: rgb(0,149,37); }
td.TdClassName
{
border-color: #009525;
}
.TagClassName
{
border-color: #009525;
}
</style>