Shades of Green #116002
Tints of Green #116002
RGB
CMYK
RGB Variations
Color information
#116002 (or 0x116002) is known color: Green. HEX triplet: 11, 60 and 02. RGB value is (17,96,2). Sum of RGB (Red+Green+Blue) = 17+96+2=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 96 (37.89% from 255 or 83.48% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 96 - color contains mainly: green. Hex color #116002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116002 is #EE9FFD. Grayscale: #3D3D3D. Windows color (decimal): -15638526 or 155665. OLE color: 155665.
HSL color Cylindrical-coordinate representation of color #116002: hue angle of 110.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #116002 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 2 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.62 |
| HSL | 110.43º | 0.96% | 0.19% | - |
| HSV(B) | 110.43º | 0.98% | 0.38% | - |
| XYZ | 4.42 | 8.49 | 1.46 | - |
| YUV | 61.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 2 | 0.82 | 0 | 0.98 | 0.62 | 110.43 | 0.96 | 0.19 |
| Hex | 11 | 60 | 2 | 52 | 0 | 62 | 3E | 6E | 60 | 13 |
| Octal | 21 | 140 | 2 | 122 | 0 | 142 | 76 | 156 | 140 | 23 |
| Binary | 10001 | 1100000 | 10 | 1010010 | 0 | 1100010 | 111110 | 1101110 | 1100000 | 10011 |
Color Harmonies of #116002
Complementary color
Monochromatic Colors of #116002
Black with #116002
Text Example
Text Example
White with #116002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116002; }
p { color: rgb(17,96,2); }
H1.HeaderClassName
{
color: #116002;
}
.AnyTagClassName
{
color: #116002;
}
</style>
background-color css
<style>
a { background-color: #116002; }
a { background-color: rgb(17,96,2); }
div.DivClassName
{
background-color: #116002;
}
.BgClassName
{
background-color: #116002;
}
</style>
border-color css
<style>
span { border-color: #116002; }
span { border-color: rgb(17,96,2); }
td.TdClassName
{
border-color: #116002;
}
.TagClassName
{
border-color: #116002;
}
</style>