Shades of Green #18710D
Tints of Green #18710D
RGB
CMYK
RGB Variations
Color information
#18710D (or 0x18710D) is known color: Green. HEX triplet: 18, 71 and 0D. RGB value is (24,113,13). Sum of RGB (Red+Green+Blue) = 24+113+13=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 113 (44.53% from 255 or 75.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 113 - color contains mainly: green. Hex color #18710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18710D is #E78EF2. Grayscale: #4B4B4B. Windows color (decimal): -15175411 or 880920. OLE color: 880920.
HSL color Cylindrical-coordinate representation of color #18710D: hue angle of 113.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18710D is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 113 | 13 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.56 |
| HSL | 113.4º | 0.79% | 0.25% | - |
| HSV(B) | 113.4º | 0.88% | 0.44% | - |
| XYZ | 6.35 | 12.03 | 2.37 | - |
| YUV | 74.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 13 | 0.79 | 0 | 0.88 | 0.56 | 113.4 | 0.79 | 0.25 |
| Hex | 18 | 71 | D | 4F | 0 | 58 | 38 | 71 | 4F | 19 |
| Octal | 30 | 161 | 15 | 117 | 0 | 130 | 70 | 161 | 117 | 31 |
| Binary | 11000 | 1110001 | 1101 | 1001111 | 0 | 1011000 | 111000 | 1110001 | 1001111 | 11001 |
Color Harmonies of #18710D
Complementary color
Monochromatic Colors of #18710D
Black with #18710D
Text Example
Text Example
White with #18710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18710D; }
p { color: rgb(24,113,13); }
H1.HeaderClassName
{
color: #18710D;
}
.AnyTagClassName
{
color: #18710D;
}
</style>
background-color css
<style>
a { background-color: #18710D; }
a { background-color: rgb(24,113,13); }
div.DivClassName
{
background-color: #18710D;
}
.BgClassName
{
background-color: #18710D;
}
</style>
border-color css
<style>
span { border-color: #18710D; }
span { border-color: rgb(24,113,13); }
td.TdClassName
{
border-color: #18710D;
}
.TagClassName
{
border-color: #18710D;
}
</style>