Shades of Forest Green #119B1D
Tints of Forest Green #119B1D
RGB
CMYK
RGB Variations
Color information
#119B1D (or 0x119B1D) is known color: Forest Green. HEX triplet: 11, 9B and 1D. RGB value is (17,155,29). Sum of RGB (Red+Green+Blue) = 17+155+29=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 155 (60.94% from 255 or 77.11% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 155 - color contains mainly: green. Hex color #119B1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B1D is #EE64E2. Grayscale: #636363. Windows color (decimal): -15623395 or 1940241. OLE color: 1940241.
HSL color Cylindrical-coordinate representation of color #119B1D: hue angle of 125.22º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B1D is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 29 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.39 |
| HSL | 125.22º | 0.8% | 0.34% | - |
| HSV(B) | 125.22º | 0.89% | 0.61% | - |
| XYZ | 12.17 | 23.65 | 5.09 | - |
| YUV | 99.37 | 88.28 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 29 | 0.89 | 0 | 0.81 | 0.39 | 125.22 | 0.8 | 0.34 |
| Hex | 11 | 9B | 1D | 59 | 0 | 51 | 27 | 7D | 50 | 22 |
| Octal | 21 | 233 | 35 | 131 | 0 | 121 | 47 | 175 | 120 | 42 |
| Binary | 10001 | 10011011 | 11101 | 1011001 | 0 | 1010001 | 100111 | 1111101 | 1010000 | 100010 |
Color Harmonies of #119B1D
Complementary color
Monochromatic Colors of #119B1D
Black with #119B1D
Text Example
Text Example
White with #119B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B1D; }
p { color: rgb(17,155,29); }
H1.HeaderClassName
{
color: #119B1D;
}
.AnyTagClassName
{
color: #119B1D;
}
</style>
background-color css
<style>
a { background-color: #119B1D; }
a { background-color: rgb(17,155,29); }
div.DivClassName
{
background-color: #119B1D;
}
.BgClassName
{
background-color: #119B1D;
}
</style>
border-color css
<style>
span { border-color: #119B1D; }
span { border-color: rgb(17,155,29); }
td.TdClassName
{
border-color: #119B1D;
}
.TagClassName
{
border-color: #119B1D;
}
</style>