Shades of Forest Green #119630
Tints of Forest Green #119630
RGB
CMYK
RGB Variations
Color information
#119630 (or 0x119630) is known color: Forest Green. HEX triplet: 11, 96 and 30. RGB value is (17,150,48). Sum of RGB (Red+Green+Blue) = 17+150+48=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 150 (58.98% from 255 or 69.77% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 150 - color contains mainly: green. Hex color #119630 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119630 is #EE69CF. Grayscale: #626262. Windows color (decimal): -15624656 or 3184145. OLE color: 3184145.
HSL color Cylindrical-coordinate representation of color #119630: hue angle of 133.98º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119630 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 48 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.41 |
| HSL | 133.99º | 0.8% | 0.33% | - |
| HSV(B) | 133.99º | 0.89% | 0.59% | - |
| XYZ | 11.67 | 22.15 | 6.46 | - |
| YUV | 98.61 | 99.44 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 48 | 0.89 | 0 | 0.68 | 0.41 | 133.99 | 0.8 | 0.33 |
| Hex | 11 | 96 | 30 | 59 | 0 | 44 | 29 | 86 | 50 | 21 |
| Octal | 21 | 226 | 60 | 131 | 0 | 104 | 51 | 206 | 120 | 41 |
| Binary | 10001 | 10010110 | 110000 | 1011001 | 0 | 1000100 | 101001 | 10000110 | 1010000 | 100001 |
Color Harmonies of #119630
Complementary color
Monochromatic Colors of #119630
Black with #119630
Text Example
Text Example
White with #119630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119630; }
p { color: rgb(17,150,48); }
H1.HeaderClassName
{
color: #119630;
}
.AnyTagClassName
{
color: #119630;
}
</style>
background-color css
<style>
a { background-color: #119630; }
a { background-color: rgb(17,150,48); }
div.DivClassName
{
background-color: #119630;
}
.BgClassName
{
background-color: #119630;
}
</style>
border-color css
<style>
span { border-color: #119630; }
span { border-color: rgb(17,150,48); }
td.TdClassName
{
border-color: #119630;
}
.TagClassName
{
border-color: #119630;
}
</style>