Shades of Forest Green #119930
Tints of Forest Green #119930
RGB
CMYK
RGB Variations
Color information
#119930 (or 0x119930) is known color: Forest Green. HEX triplet: 11, 99 and 30. RGB value is (17,153,48). Sum of RGB (Red+Green+Blue) = 17+153+48=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #119930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119930 is #EE66CF. Grayscale: #646464. Windows color (decimal): -15623888 or 3184913. OLE color: 3184913.
HSL color Cylindrical-coordinate representation of color #119930: hue angle of 133.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119930 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 48 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.4 |
| HSL | 133.68º | 0.8% | 0.33% | - |
| HSV(B) | 133.68º | 0.89% | 0.6% | - |
| XYZ | 12.16 | 23.12 | 6.62 | - |
| YUV | 100.37 | 98.44 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 48 | 0.89 | 0 | 0.69 | 0.4 | 133.68 | 0.8 | 0.33 |
| Hex | 11 | 99 | 30 | 59 | 0 | 45 | 28 | 86 | 50 | 21 |
| Octal | 21 | 231 | 60 | 131 | 0 | 105 | 50 | 206 | 120 | 41 |
| Binary | 10001 | 10011001 | 110000 | 1011001 | 0 | 1000101 | 101000 | 10000110 | 1010000 | 100001 |
Color Harmonies of #119930
Complementary color
Monochromatic Colors of #119930
Black with #119930
Text Example
Text Example
White with #119930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119930; }
p { color: rgb(17,153,48); }
H1.HeaderClassName
{
color: #119930;
}
.AnyTagClassName
{
color: #119930;
}
</style>
background-color css
<style>
a { background-color: #119930; }
a { background-color: rgb(17,153,48); }
div.DivClassName
{
background-color: #119930;
}
.BgClassName
{
background-color: #119930;
}
</style>
border-color css
<style>
span { border-color: #119930; }
span { border-color: rgb(17,153,48); }
td.TdClassName
{
border-color: #119930;
}
.TagClassName
{
border-color: #119930;
}
</style>