Shades of Green #18740D
Tints of Green #18740D
RGB
CMYK
RGB Variations
Color information
#18740D (or 0x18740D) is known color: Green. HEX triplet: 18, 74 and 0D. RGB value is (24,116,13). Sum of RGB (Red+Green+Blue) = 24+116+13=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 116 (45.70% from 255 or 75.82% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 116 - color contains mainly: green. Hex color #18740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18740D is #E78BF2. Grayscale: #4D4D4D. Windows color (decimal): -15174643 or 881688. OLE color: 881688.
HSL color Cylindrical-coordinate representation of color #18740D: hue angle of 113.59º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18740D is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 116 | 13 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.55 |
| HSL | 113.59º | 0.8% | 0.25% | - |
| HSV(B) | 113.59º | 0.89% | 0.45% | - |
| XYZ | 6.69 | 12.71 | 2.48 | - |
| YUV | 76.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 13 | 0.79 | 0 | 0.89 | 0.55 | 113.59 | 0.8 | 0.25 |
| Hex | 18 | 74 | D | 4F | 0 | 59 | 37 | 72 | 50 | 19 |
| Octal | 30 | 164 | 15 | 117 | 0 | 131 | 67 | 162 | 120 | 31 |
| Binary | 11000 | 1110100 | 1101 | 1001111 | 0 | 1011001 | 110111 | 1110010 | 1010000 | 11001 |
Color Harmonies of #18740D
Complementary color
Monochromatic Colors of #18740D
Black with #18740D
Text Example
Text Example
White with #18740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18740D; }
p { color: rgb(24,116,13); }
H1.HeaderClassName
{
color: #18740D;
}
.AnyTagClassName
{
color: #18740D;
}
</style>
background-color css
<style>
a { background-color: #18740D; }
a { background-color: rgb(24,116,13); }
div.DivClassName
{
background-color: #18740D;
}
.BgClassName
{
background-color: #18740D;
}
</style>
border-color css
<style>
span { border-color: #18740D; }
span { border-color: rgb(24,116,13); }
td.TdClassName
{
border-color: #18740D;
}
.TagClassName
{
border-color: #18740D;
}
</style>