Shades of Green #18730D
Tints of Green #18730D
RGB
CMYK
RGB Variations
Color information
#18730D (or 0x18730D) is known color: Green. HEX triplet: 18, 73 and 0D. RGB value is (24,115,13). Sum of RGB (Red+Green+Blue) = 24+115+13=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #18730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18730D is #E78CF2. Grayscale: #4C4C4C. Windows color (decimal): -15174899 or 881432. OLE color: 881432.
HSL color Cylindrical-coordinate representation of color #18730D: hue angle of 113.53º 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 #18730D is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 115 | 13 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.55 |
| HSL | 113.53º | 0.8% | 0.25% | - |
| HSV(B) | 113.53º | 0.89% | 0.45% | - |
| XYZ | 6.58 | 12.48 | 2.44 | - |
| YUV | 76.16 | 92.35 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 115 | 13 | 0.79 | 0 | 0.89 | 0.55 | 113.53 | 0.8 | 0.25 |
| Hex | 18 | 73 | D | 4F | 0 | 59 | 37 | 72 | 50 | 19 |
| Octal | 30 | 163 | 15 | 117 | 0 | 131 | 67 | 162 | 120 | 31 |
| Binary | 11000 | 1110011 | 1101 | 1001111 | 0 | 1011001 | 110111 | 1110010 | 1010000 | 11001 |
Color Harmonies of #18730D
Complementary color
Monochromatic Colors of #18730D
Black with #18730D
Text Example
Text Example
White with #18730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18730D; }
p { color: rgb(24,115,13); }
H1.HeaderClassName
{
color: #18730D;
}
.AnyTagClassName
{
color: #18730D;
}
</style>
background-color css
<style>
a { background-color: #18730D; }
a { background-color: rgb(24,115,13); }
div.DivClassName
{
background-color: #18730D;
}
.BgClassName
{
background-color: #18730D;
}
</style>
border-color css
<style>
span { border-color: #18730D; }
span { border-color: rgb(24,115,13); }
td.TdClassName
{
border-color: #18730D;
}
.TagClassName
{
border-color: #18730D;
}
</style>