Shades of Green #116302
Tints of Green #116302
RGB
CMYK
RGB Variations
Color information
#116302 (or 0x116302) is known color: Green. HEX triplet: 11, 63 and 02. RGB value is (17,99,2). Sum of RGB (Red+Green+Blue) = 17+99+2=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 99 (39.06% from 255 or 83.90% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 99 - color contains mainly: green. Hex color #116302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116302 is #EE9CFD. Grayscale: #3F3F3F. Windows color (decimal): -15637758 or 156433. OLE color: 156433.
HSL color Cylindrical-coordinate representation of color #116302: hue angle of 110.72º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #116302 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 2 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.61 |
| HSL | 110.72º | 0.96% | 0.2% | - |
| HSV(B) | 110.72º | 0.98% | 0.39% | - |
| XYZ | 4.7 | 9.05 | 1.56 | - |
| YUV | 63.42 | 93.33 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 2 | 0.83 | 0 | 0.98 | 0.61 | 110.72 | 0.96 | 0.2 |
| Hex | 11 | 63 | 2 | 53 | 0 | 62 | 3D | 6F | 60 | 14 |
| Octal | 21 | 143 | 2 | 123 | 0 | 142 | 75 | 157 | 140 | 24 |
| Binary | 10001 | 1100011 | 10 | 1010011 | 0 | 1100010 | 111101 | 1101111 | 1100000 | 10100 |
Color Harmonies of #116302
Complementary color
Monochromatic Colors of #116302
Black with #116302
Text Example
Text Example
White with #116302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116302; }
p { color: rgb(17,99,2); }
H1.HeaderClassName
{
color: #116302;
}
.AnyTagClassName
{
color: #116302;
}
</style>
background-color css
<style>
a { background-color: #116302; }
a { background-color: rgb(17,99,2); }
div.DivClassName
{
background-color: #116302;
}
.BgClassName
{
background-color: #116302;
}
</style>
border-color css
<style>
span { border-color: #116302; }
span { border-color: rgb(17,99,2); }
td.TdClassName
{
border-color: #116302;
}
.TagClassName
{
border-color: #116302;
}
</style>