Shades of Forest Green #119C27
Tints of Forest Green #119C27
RGB
CMYK
RGB Variations
Color information
#119C27 (or 0x119C27) is known color: Forest Green. HEX triplet: 11, 9C and 27. RGB value is (17,156,39). Sum of RGB (Red+Green+Blue) = 17+156+39=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 156 (61.33% from 255 or 73.58% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 156 - color contains mainly: green. Hex color #119C27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119C27 is #EE63D8. Grayscale: #656565. Windows color (decimal): -15623129 or 2595857. OLE color: 2595857.
HSL color Cylindrical-coordinate representation of color #119C27: hue angle of 129.5º 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 #119C27 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 156 | 39 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.39 |
| HSL | 129.5º | 0.8% | 0.34% | - |
| HSV(B) | 129.5º | 0.89% | 0.61% | - |
| XYZ | 12.49 | 24.04 | 5.9 | - |
| YUV | 101.1 | 92.95 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 39 | 0.89 | 0 | 0.75 | 0.39 | 129.5 | 0.8 | 0.34 |
| Hex | 11 | 9C | 27 | 59 | 0 | 4B | 27 | 81 | 50 | 22 |
| Octal | 21 | 234 | 47 | 131 | 0 | 113 | 47 | 201 | 120 | 42 |
| Binary | 10001 | 10011100 | 100111 | 1011001 | 0 | 1001011 | 100111 | 10000001 | 1010000 | 100010 |
Color Harmonies of #119C27
Complementary color
Monochromatic Colors of #119C27
Black with #119C27
Text Example
Text Example
White with #119C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119C27; }
p { color: rgb(17,156,39); }
H1.HeaderClassName
{
color: #119C27;
}
.AnyTagClassName
{
color: #119C27;
}
</style>
background-color css
<style>
a { background-color: #119C27; }
a { background-color: rgb(17,156,39); }
div.DivClassName
{
background-color: #119C27;
}
.BgClassName
{
background-color: #119C27;
}
</style>
border-color css
<style>
span { border-color: #119C27; }
span { border-color: rgb(17,156,39); }
td.TdClassName
{
border-color: #119C27;
}
.TagClassName
{
border-color: #119C27;
}
</style>