Shades of Green #116202
Tints of Green #116202
RGB
CMYK
RGB Variations
Color information
#116202 (or 0x116202) is known color: Green. HEX triplet: 11, 62 and 02. RGB value is (17,98,2). Sum of RGB (Red+Green+Blue) = 17+98+2=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 98 (38.67% from 255 or 83.76% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 98 - color contains mainly: green. Hex color #116202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116202 is #EE9DFD. Grayscale: #3F3F3F. Windows color (decimal): -15638014 or 156177. OLE color: 156177.
HSL color Cylindrical-coordinate representation of color #116202: hue angle of 110.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #116202 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 2 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.62 |
| HSL | 110.63º | 0.96% | 0.2% | - |
| HSV(B) | 110.63º | 0.98% | 0.38% | - |
| XYZ | 4.61 | 8.86 | 1.52 | - |
| YUV | 62.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 2 | 0.83 | 0 | 0.98 | 0.62 | 110.63 | 0.96 | 0.2 |
| Hex | 11 | 62 | 2 | 53 | 0 | 62 | 3E | 6F | 60 | 14 |
| Octal | 21 | 142 | 2 | 123 | 0 | 142 | 76 | 157 | 140 | 24 |
| Binary | 10001 | 1100010 | 10 | 1010011 | 0 | 1100010 | 111110 | 1101111 | 1100000 | 10100 |
Color Harmonies of #116202
Complementary color
Monochromatic Colors of #116202
Black with #116202
Text Example
Text Example
White with #116202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116202; }
p { color: rgb(17,98,2); }
H1.HeaderClassName
{
color: #116202;
}
.AnyTagClassName
{
color: #116202;
}
</style>
background-color css
<style>
a { background-color: #116202; }
a { background-color: rgb(17,98,2); }
div.DivClassName
{
background-color: #116202;
}
.BgClassName
{
background-color: #116202;
}
</style>
border-color css
<style>
span { border-color: #116202; }
span { border-color: rgb(17,98,2); }
td.TdClassName
{
border-color: #116202;
}
.TagClassName
{
border-color: #116202;
}
</style>