Shades of Green #18720F
Tints of Green #18720F
RGB
CMYK
RGB Variations
Color information
#18720F (or 0x18720F) is known color: Green. HEX triplet: 18, 72 and 0F. RGB value is (24,114,15). Sum of RGB (Red+Green+Blue) = 24+114+15=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 114 (44.92% from 255 or 74.51% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 114 - color contains mainly: green. Hex color #18720F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18720F is #E78DF0. Grayscale: #4C4C4C. Windows color (decimal): -15175153 or 1012248. OLE color: 1012248.
HSL color Cylindrical-coordinate representation of color #18720F: hue angle of 114.55º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18720F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 114 | 15 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.55 |
| HSL | 114.55º | 0.77% | 0.25% | - |
| HSV(B) | 114.55º | 0.87% | 0.45% | - |
| XYZ | 6.48 | 12.26 | 2.48 | - |
| YUV | 75.8 | 93.68 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 15 | 0.79 | 0 | 0.87 | 0.55 | 114.55 | 0.77 | 0.25 |
| Hex | 18 | 72 | F | 4F | 0 | 57 | 37 | 73 | 4D | 19 |
| Octal | 30 | 162 | 17 | 117 | 0 | 127 | 67 | 163 | 115 | 31 |
| Binary | 11000 | 1110010 | 1111 | 1001111 | 0 | 1010111 | 110111 | 1110011 | 1001101 | 11001 |
Color Harmonies of #18720F
Complementary color
Monochromatic Colors of #18720F
Black with #18720F
Text Example
Text Example
White with #18720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18720F; }
p { color: rgb(24,114,15); }
H1.HeaderClassName
{
color: #18720F;
}
.AnyTagClassName
{
color: #18720F;
}
</style>
background-color css
<style>
a { background-color: #18720F; }
a { background-color: rgb(24,114,15); }
div.DivClassName
{
background-color: #18720F;
}
.BgClassName
{
background-color: #18720F;
}
</style>
border-color css
<style>
span { border-color: #18720F; }
span { border-color: rgb(24,114,15); }
td.TdClassName
{
border-color: #18720F;
}
.TagClassName
{
border-color: #18720F;
}
</style>