Shades of Green #18700F
Tints of Green #18700F
RGB
CMYK
RGB Variations
Color information
#18700F (or 0x18700F) is known color: Green. HEX triplet: 18, 70 and 0F. RGB value is (24,112,15). Sum of RGB (Red+Green+Blue) = 24+112+15=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #18700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18700F is #E78FF0. Grayscale: #4A4A4A. Windows color (decimal): -15175665 or 1011736. OLE color: 1011736.
HSL color Cylindrical-coordinate representation of color #18700F: hue angle of 114.43º degrees, saturation: 0.76, 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 #18700F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 112 | 15 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.56 |
| HSL | 114.43º | 0.76% | 0.25% | - |
| HSV(B) | 114.43º | 0.87% | 0.44% | - |
| XYZ | 6.26 | 11.82 | 2.4 | - |
| YUV | 74.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 15 | 0.79 | 0 | 0.87 | 0.56 | 114.43 | 0.76 | 0.25 |
| Hex | 18 | 70 | F | 4F | 0 | 57 | 38 | 72 | 4C | 19 |
| Octal | 30 | 160 | 17 | 117 | 0 | 127 | 70 | 162 | 114 | 31 |
| Binary | 11000 | 1110000 | 1111 | 1001111 | 0 | 1010111 | 111000 | 1110010 | 1001100 | 11001 |
Color Harmonies of #18700F
Complementary color
Monochromatic Colors of #18700F
Black with #18700F
Text Example
Text Example
White with #18700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18700F; }
p { color: rgb(24,112,15); }
H1.HeaderClassName
{
color: #18700F;
}
.AnyTagClassName
{
color: #18700F;
}
</style>
background-color css
<style>
a { background-color: #18700F; }
a { background-color: rgb(24,112,15); }
div.DivClassName
{
background-color: #18700F;
}
.BgClassName
{
background-color: #18700F;
}
</style>
border-color css
<style>
span { border-color: #18700F; }
span { border-color: rgb(24,112,15); }
td.TdClassName
{
border-color: #18700F;
}
.TagClassName
{
border-color: #18700F;
}
</style>