Shades of Green #18740C
Tints of Green #18740C
RGB
CMYK
RGB Variations
Color information
#18740C (or 0x18740C) is known color: Green. HEX triplet: 18, 74 and 0C. RGB value is (24,116,12). Sum of RGB (Red+Green+Blue) = 24+116+12=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 116 (45.70% from 255 or 76.32% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 116 - color contains mainly: green. Hex color #18740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18740C is #E78BF3. Grayscale: #4C4C4C. Windows color (decimal): -15174644 or 816152. OLE color: 816152.
HSL color Cylindrical-coordinate representation of color #18740C: hue angle of 113.08º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18740C is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 116 | 12 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.55 |
| HSL | 113.08º | 0.81% | 0.25% | - |
| HSV(B) | 113.08º | 0.9% | 0.45% | - |
| XYZ | 6.69 | 12.71 | 2.45 | - |
| YUV | 76.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 12 | 0.79 | 0 | 0.90 | 0.55 | 113.08 | 0.81 | 0.25 |
| Hex | 18 | 74 | C | 4F | 0 | 5A | 37 | 71 | 51 | 19 |
| Octal | 30 | 164 | 14 | 117 | 0 | 132 | 67 | 161 | 121 | 31 |
| Binary | 11000 | 1110100 | 1100 | 1001111 | 0 | 1011010 | 110111 | 1110001 | 1010001 | 11001 |
Color Harmonies of #18740C
Complementary color
Monochromatic Colors of #18740C
Black with #18740C
Text Example
Text Example
White with #18740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18740C; }
p { color: rgb(24,116,12); }
H1.HeaderClassName
{
color: #18740C;
}
.AnyTagClassName
{
color: #18740C;
}
</style>
background-color css
<style>
a { background-color: #18740C; }
a { background-color: rgb(24,116,12); }
div.DivClassName
{
background-color: #18740C;
}
.BgClassName
{
background-color: #18740C;
}
</style>
border-color css
<style>
span { border-color: #18740C; }
span { border-color: rgb(24,116,12); }
td.TdClassName
{
border-color: #18740C;
}
.TagClassName
{
border-color: #18740C;
}
</style>