Shades of Green #11730C
Tints of Green #11730C
RGB
CMYK
RGB Variations
Color information
#11730C (or 0x11730C) is known color: Green. HEX triplet: 11, 73 and 0C. RGB value is (17,115,12). Sum of RGB (Red+Green+Blue) = 17+115+12=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 115 (45.31% from 255 or 79.86% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 115 - color contains mainly: green. Hex color #11730C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11730C is #EE8CF3. Grayscale: #4A4A4A. Windows color (decimal): -15633652 or 815889. OLE color: 815889.
HSL color Cylindrical-coordinate representation of color #11730C: hue angle of 117.09º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11730C is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 12 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.55 |
| HSL | 117.09º | 0.81% | 0.25% | - |
| HSV(B) | 117.09º | 0.9% | 0.45% | - |
| XYZ | 6.43 | 12.41 | 2.4 | - |
| YUV | 73.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 12 | 0.85 | 0 | 0.90 | 0.55 | 117.09 | 0.81 | 0.25 |
| Hex | 11 | 73 | C | 55 | 0 | 5A | 37 | 75 | 51 | 19 |
| Octal | 21 | 163 | 14 | 125 | 0 | 132 | 67 | 165 | 121 | 31 |
| Binary | 10001 | 1110011 | 1100 | 1010101 | 0 | 1011010 | 110111 | 1110101 | 1010001 | 11001 |
Color Harmonies of #11730C
Complementary color
Monochromatic Colors of #11730C
Black with #11730C
Text Example
Text Example
White with #11730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11730C; }
p { color: rgb(17,115,12); }
H1.HeaderClassName
{
color: #11730C;
}
.AnyTagClassName
{
color: #11730C;
}
</style>
background-color css
<style>
a { background-color: #11730C; }
a { background-color: rgb(17,115,12); }
div.DivClassName
{
background-color: #11730C;
}
.BgClassName
{
background-color: #11730C;
}
</style>
border-color css
<style>
span { border-color: #11730C; }
span { border-color: rgb(17,115,12); }
td.TdClassName
{
border-color: #11730C;
}
.TagClassName
{
border-color: #11730C;
}
</style>