Shades of Green #11880D
Tints of Green #11880D
RGB
CMYK
RGB Variations
Color information
#11880D (or 0x11880D) is known color: Green. HEX triplet: 11, 88 and 0D. RGB value is (17,136,13). Sum of RGB (Red+Green+Blue) = 17+136+13=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 136 (53.52% from 255 or 81.93% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 136 - color contains mainly: green. Hex color #11880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11880D is #EE77F2. Grayscale: #565656. Windows color (decimal): -15628275 or 886801. OLE color: 886801.
HSL color Cylindrical-coordinate representation of color #11880D: hue angle of 118.05º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11880D is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 13 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.47 |
| HSL | 118.05º | 0.83% | 0.29% | - |
| HSV(B) | 118.05º | 0.9% | 0.53% | - |
| XYZ | 9.11 | 17.76 | 3.33 | - |
| YUV | 86.4 | 86.58 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 13 | 0.87 | 0 | 0.90 | 0.47 | 118.05 | 0.83 | 0.29 |
| Hex | 11 | 88 | D | 57 | 0 | 5A | 2F | 76 | 53 | 1D |
| Octal | 21 | 210 | 15 | 127 | 0 | 132 | 57 | 166 | 123 | 35 |
| Binary | 10001 | 10001000 | 1101 | 1010111 | 0 | 1011010 | 101111 | 1110110 | 1010011 | 11101 |
Color Harmonies of #11880D
Complementary color
Monochromatic Colors of #11880D
Black with #11880D
Text Example
Text Example
White with #11880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11880D; }
p { color: rgb(17,136,13); }
H1.HeaderClassName
{
color: #11880D;
}
.AnyTagClassName
{
color: #11880D;
}
</style>
background-color css
<style>
a { background-color: #11880D; }
a { background-color: rgb(17,136,13); }
div.DivClassName
{
background-color: #11880D;
}
.BgClassName
{
background-color: #11880D;
}
</style>
border-color css
<style>
span { border-color: #11880D; }
span { border-color: rgb(17,136,13); }
td.TdClassName
{
border-color: #11880D;
}
.TagClassName
{
border-color: #11880D;
}
</style>