Shades of Forest Green #119025
Tints of Forest Green #119025
RGB
CMYK
RGB Variations
Color information
#119025 (or 0x119025) is known color: Forest Green. HEX triplet: 11, 90 and 25. RGB value is (17,144,37). Sum of RGB (Red+Green+Blue) = 17+144+37=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #119025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119025 is #EE6FDA. Grayscale: #5E5E5E. Windows color (decimal): -15626203 or 2461713. OLE color: 2461713.
HSL color Cylindrical-coordinate representation of color #119025: hue angle of 129.45º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119025 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 37 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.44 |
| HSL | 129.45º | 0.79% | 0.32% | - |
| HSV(B) | 129.45º | 0.88% | 0.56% | - |
| XYZ | 10.54 | 20.2 | 5.09 | - |
| YUV | 93.83 | 95.92 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 37 | 0.88 | 0 | 0.74 | 0.44 | 129.45 | 0.79 | 0.32 |
| Hex | 11 | 90 | 25 | 58 | 0 | 4A | 2C | 81 | 4F | 20 |
| Octal | 21 | 220 | 45 | 130 | 0 | 112 | 54 | 201 | 117 | 40 |
| Binary | 10001 | 10010000 | 100101 | 1011000 | 0 | 1001010 | 101100 | 10000001 | 1001111 | 100000 |
Color Harmonies of #119025
Complementary color
Monochromatic Colors of #119025
Black with #119025
Text Example
Text Example
White with #119025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119025; }
p { color: rgb(17,144,37); }
H1.HeaderClassName
{
color: #119025;
}
.AnyTagClassName
{
color: #119025;
}
</style>
background-color css
<style>
a { background-color: #119025; }
a { background-color: rgb(17,144,37); }
div.DivClassName
{
background-color: #119025;
}
.BgClassName
{
background-color: #119025;
}
</style>
border-color css
<style>
span { border-color: #119025; }
span { border-color: rgb(17,144,37); }
td.TdClassName
{
border-color: #119025;
}
.TagClassName
{
border-color: #119025;
}
</style>