Shades of Green #17740D
Tints of Green #17740D
RGB
CMYK
RGB Variations
Color information
#17740D (or 0x17740D) is known color: Green. HEX triplet: 17, 74 and 0D. RGB value is (23,116,13). Sum of RGB (Red+Green+Blue) = 23+116+13=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 116 (45.70% from 255 or 76.32% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 116 - color contains mainly: green. Hex color #17740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #17740D is #E88BF2. Grayscale: #4C4C4C. Windows color (decimal): -15240179 or 881687. OLE color: 881687.
HSL color Cylindrical-coordinate representation of color #17740D: hue angle of 114.17º 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 #17740D is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 116 | 13 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.55 |
| HSL | 114.17º | 0.8% | 0.25% | - |
| HSV(B) | 114.17º | 0.89% | 0.45% | - |
| XYZ | 6.67 | 12.7 | 2.48 | - |
| YUV | 76.45 | 92.19 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 13 | 0.80 | 0 | 0.89 | 0.55 | 114.17 | 0.8 | 0.25 |
| Hex | 17 | 74 | D | 50 | 0 | 59 | 37 | 72 | 50 | 19 |
| Octal | 27 | 164 | 15 | 120 | 0 | 131 | 67 | 162 | 120 | 31 |
| Binary | 10111 | 1110100 | 1101 | 1010000 | 0 | 1011001 | 110111 | 1110010 | 1010000 | 11001 |
Color Harmonies of #17740D
Complementary color
Monochromatic Colors of #17740D
Black with #17740D
Text Example
Text Example
White with #17740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17740D; }
p { color: rgb(23,116,13); }
H1.HeaderClassName
{
color: #17740D;
}
.AnyTagClassName
{
color: #17740D;
}
</style>
background-color css
<style>
a { background-color: #17740D; }
a { background-color: rgb(23,116,13); }
div.DivClassName
{
background-color: #17740D;
}
.BgClassName
{
background-color: #17740D;
}
</style>
border-color css
<style>
span { border-color: #17740D; }
span { border-color: rgb(23,116,13); }
td.TdClassName
{
border-color: #17740D;
}
.TagClassName
{
border-color: #17740D;
}
</style>