Shades of Green #18720B
Tints of Green #18720B
RGB
CMYK
RGB Variations
Color information
#18720B (or 0x18720B) is known color: Green. HEX triplet: 18, 72 and 0B. RGB value is (24,114,11). Sum of RGB (Red+Green+Blue) = 24+114+11=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #18720B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18720B is #E78DF4. Grayscale: #4B4B4B. Windows color (decimal): -15175157 or 750104. OLE color: 750104.
HSL color Cylindrical-coordinate representation of color #18720B: hue angle of 112.43º degrees, saturation: 0.82, 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 #18720B is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 114 | 11 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.55 |
| HSL | 112.43º | 0.82% | 0.25% | - |
| HSV(B) | 112.43º | 0.9% | 0.45% | - |
| XYZ | 6.45 | 12.25 | 2.34 | - |
| YUV | 75.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 11 | 0.79 | 0 | 0.90 | 0.55 | 112.43 | 0.82 | 0.25 |
| Hex | 18 | 72 | B | 4F | 0 | 5A | 37 | 70 | 52 | 19 |
| Octal | 30 | 162 | 13 | 117 | 0 | 132 | 67 | 160 | 122 | 31 |
| Binary | 11000 | 1110010 | 1011 | 1001111 | 0 | 1011010 | 110111 | 1110000 | 1010010 | 11001 |
Color Harmonies of #18720B
Complementary color
Monochromatic Colors of #18720B
Black with #18720B
Text Example
Text Example
White with #18720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18720B; }
p { color: rgb(24,114,11); }
H1.HeaderClassName
{
color: #18720B;
}
.AnyTagClassName
{
color: #18720B;
}
</style>
background-color css
<style>
a { background-color: #18720B; }
a { background-color: rgb(24,114,11); }
div.DivClassName
{
background-color: #18720B;
}
.BgClassName
{
background-color: #18720B;
}
</style>
border-color css
<style>
span { border-color: #18720B; }
span { border-color: rgb(24,114,11); }
td.TdClassName
{
border-color: #18720B;
}
.TagClassName
{
border-color: #18720B;
}
</style>