Shades of Green #118411
Tints of Green #118411
RGB
CMYK
RGB Variations
Color information
#118411 (or 0x118411) is known color: Green. HEX triplet: 11, 84 and 11. RGB value is (17,132,17). Sum of RGB (Red+Green+Blue) = 17+132+17=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 132 (51.95% from 255 or 79.52% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 132 - color contains mainly: green. Hex color #118411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118411 is #EE7BEE. Grayscale: #545454. Windows color (decimal): -15629295 or 1147921. OLE color: 1147921.
HSL color Cylindrical-coordinate representation of color #118411: hue angle of 120º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118411 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 17 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.48 |
| HSL | 120º | 0.77% | 0.29% | - |
| HSV(B) | 120º | 0.87% | 0.52% | - |
| XYZ | 8.58 | 16.66 | 3.29 | - |
| YUV | 84.51 | 89.9 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 17 | 0.87 | 0 | 0.87 | 0.48 | 120 | 0.77 | 0.29 |
| Hex | 11 | 84 | 11 | 57 | 0 | 57 | 30 | 78 | 4D | 1D |
| Octal | 21 | 204 | 21 | 127 | 0 | 127 | 60 | 170 | 115 | 35 |
| Binary | 10001 | 10000100 | 10001 | 1010111 | 0 | 1010111 | 110000 | 1111000 | 1001101 | 11101 |
Color Harmonies of #118411
Complementary color
Monochromatic Colors of #118411
Black with #118411
Text Example
Text Example
White with #118411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118411; }
p { color: rgb(17,132,17); }
H1.HeaderClassName
{
color: #118411;
}
.AnyTagClassName
{
color: #118411;
}
</style>
background-color css
<style>
a { background-color: #118411; }
a { background-color: rgb(17,132,17); }
div.DivClassName
{
background-color: #118411;
}
.BgClassName
{
background-color: #118411;
}
</style>
border-color css
<style>
span { border-color: #118411; }
span { border-color: rgb(17,132,17); }
td.TdClassName
{
border-color: #118411;
}
.TagClassName
{
border-color: #118411;
}
</style>