Shades of Forest Green #119225
Tints of Forest Green #119225
RGB
CMYK
RGB Variations
Color information
#119225 (or 0x119225) is known color: Forest Green. HEX triplet: 11, 92 and 25. RGB value is (17,146,37). Sum of RGB (Red+Green+Blue) = 17+146+37=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 146 (57.42% from 255 or 73% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 146 - color contains mainly: green. Hex color #119225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119225 is #EE6DDA. Grayscale: #5F5F5F. Windows color (decimal): -15625691 or 2462225. OLE color: 2462225.
HSL color Cylindrical-coordinate representation of color #119225: hue angle of 129.3º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119225 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 37 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.43 |
| HSL | 129.3º | 0.79% | 0.32% | - |
| HSV(B) | 129.3º | 0.88% | 0.57% | - |
| XYZ | 10.84 | 20.81 | 5.2 | - |
| YUV | 95 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 37 | 0.88 | 0 | 0.75 | 0.43 | 129.3 | 0.79 | 0.32 |
| Hex | 11 | 92 | 25 | 58 | 0 | 4B | 2B | 81 | 4F | 20 |
| Octal | 21 | 222 | 45 | 130 | 0 | 113 | 53 | 201 | 117 | 40 |
| Binary | 10001 | 10010010 | 100101 | 1011000 | 0 | 1001011 | 101011 | 10000001 | 1001111 | 100000 |
Color Harmonies of #119225
Complementary color
Monochromatic Colors of #119225
Black with #119225
Text Example
Text Example
White with #119225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119225; }
p { color: rgb(17,146,37); }
H1.HeaderClassName
{
color: #119225;
}
.AnyTagClassName
{
color: #119225;
}
</style>
background-color css
<style>
a { background-color: #119225; }
a { background-color: rgb(17,146,37); }
div.DivClassName
{
background-color: #119225;
}
.BgClassName
{
background-color: #119225;
}
</style>
border-color css
<style>
span { border-color: #119225; }
span { border-color: rgb(17,146,37); }
td.TdClassName
{
border-color: #119225;
}
.TagClassName
{
border-color: #119225;
}
</style>