Shades of Green #18710F
Tints of Green #18710F
RGB
CMYK
RGB Variations
Color information
#18710F (or 0x18710F) is known color: Green. HEX triplet: 18, 71 and 0F. RGB value is (24,113,15). Sum of RGB (Red+Green+Blue) = 24+113+15=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #18710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18710F is #E78EF0. Grayscale: #4B4B4B. Windows color (decimal): -15175409 or 1011992. OLE color: 1011992.
HSL color Cylindrical-coordinate representation of color #18710F: hue angle of 114.49º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18710F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 113 | 15 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.56 |
| HSL | 114.49º | 0.77% | 0.25% | - |
| HSV(B) | 114.49º | 0.87% | 0.44% | - |
| XYZ | 6.37 | 12.04 | 2.44 | - |
| YUV | 75.22 | 94.01 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 15 | 0.79 | 0 | 0.87 | 0.56 | 114.49 | 0.77 | 0.25 |
| Hex | 18 | 71 | F | 4F | 0 | 57 | 38 | 72 | 4D | 19 |
| Octal | 30 | 161 | 17 | 117 | 0 | 127 | 70 | 162 | 115 | 31 |
| Binary | 11000 | 1110001 | 1111 | 1001111 | 0 | 1010111 | 111000 | 1110010 | 1001101 | 11001 |
Color Harmonies of #18710F
Complementary color
Monochromatic Colors of #18710F
Black with #18710F
Text Example
Text Example
White with #18710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18710F; }
p { color: rgb(24,113,15); }
H1.HeaderClassName
{
color: #18710F;
}
.AnyTagClassName
{
color: #18710F;
}
</style>
background-color css
<style>
a { background-color: #18710F; }
a { background-color: rgb(24,113,15); }
div.DivClassName
{
background-color: #18710F;
}
.BgClassName
{
background-color: #18710F;
}
</style>
border-color css
<style>
span { border-color: #18710F; }
span { border-color: rgb(24,113,15); }
td.TdClassName
{
border-color: #18710F;
}
.TagClassName
{
border-color: #18710F;
}
</style>