Shades of Green #11730D
Tints of Green #11730D
RGB
CMYK
RGB Variations
Color information
#11730D (or 0x11730D) is known color: Green. HEX triplet: 11, 73 and 0D. RGB value is (17,115,13). Sum of RGB (Red+Green+Blue) = 17+115+13=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 115 (45.31% from 255 or 79.31% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 115 - color contains mainly: green. Hex color #11730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11730D is #EE8CF2. Grayscale: #4A4A4A. Windows color (decimal): -15633651 or 881425. OLE color: 881425.
HSL color Cylindrical-coordinate representation of color #11730D: hue angle of 117.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11730D is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 13 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.55 |
| HSL | 117.65º | 0.8% | 0.25% | - |
| HSV(B) | 117.65º | 0.89% | 0.45% | - |
| XYZ | 6.43 | 12.41 | 2.44 | - |
| YUV | 74.07 | 93.53 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 13 | 0.85 | 0 | 0.89 | 0.55 | 117.65 | 0.8 | 0.25 |
| Hex | 11 | 73 | D | 55 | 0 | 59 | 37 | 76 | 50 | 19 |
| Octal | 21 | 163 | 15 | 125 | 0 | 131 | 67 | 166 | 120 | 31 |
| Binary | 10001 | 1110011 | 1101 | 1010101 | 0 | 1011001 | 110111 | 1110110 | 1010000 | 11001 |
Color Harmonies of #11730D
Complementary color
Monochromatic Colors of #11730D
Black with #11730D
Text Example
Text Example
White with #11730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11730D; }
p { color: rgb(17,115,13); }
H1.HeaderClassName
{
color: #11730D;
}
.AnyTagClassName
{
color: #11730D;
}
</style>
background-color css
<style>
a { background-color: #11730D; }
a { background-color: rgb(17,115,13); }
div.DivClassName
{
background-color: #11730D;
}
.BgClassName
{
background-color: #11730D;
}
</style>
border-color css
<style>
span { border-color: #11730D; }
span { border-color: rgb(17,115,13); }
td.TdClassName
{
border-color: #11730D;
}
.TagClassName
{
border-color: #11730D;
}
</style>