Shades of Green #18680B
Tints of Green #18680B
RGB
CMYK
RGB Variations
Color information
#18680B (or 0x18680B) is known color: Green. HEX triplet: 18, 68 and 0B. RGB value is (24,104,11). Sum of RGB (Red+Green+Blue) = 24+104+11=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #18680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18680B is #E797F4. Grayscale: #454545. Windows color (decimal): -15177717 or 747544. OLE color: 747544.
HSL color Cylindrical-coordinate representation of color #18680B: hue angle of 111.61º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18680B is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 104 | 11 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.59 |
| HSL | 111.61º | 0.81% | 0.23% | - |
| HSV(B) | 111.61º | 0.89% | 0.41% | - |
| XYZ | 5.39 | 10.12 | 1.99 | - |
| YUV | 69.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 11 | 0.77 | 0 | 0.89 | 0.59 | 111.61 | 0.81 | 0.23 |
| Hex | 18 | 68 | B | 4D | 0 | 59 | 3B | 70 | 51 | 17 |
| Octal | 30 | 150 | 13 | 115 | 0 | 131 | 73 | 160 | 121 | 27 |
| Binary | 11000 | 1101000 | 1011 | 1001101 | 0 | 1011001 | 111011 | 1110000 | 1010001 | 10111 |
Color Harmonies of #18680B
Complementary color
Monochromatic Colors of #18680B
Black with #18680B
Text Example
Text Example
White with #18680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18680B; }
p { color: rgb(24,104,11); }
H1.HeaderClassName
{
color: #18680B;
}
.AnyTagClassName
{
color: #18680B;
}
</style>
background-color css
<style>
a { background-color: #18680B; }
a { background-color: rgb(24,104,11); }
div.DivClassName
{
background-color: #18680B;
}
.BgClassName
{
background-color: #18680B;
}
</style>
border-color css
<style>
span { border-color: #18680B; }
span { border-color: rgb(24,104,11); }
td.TdClassName
{
border-color: #18680B;
}
.TagClassName
{
border-color: #18680B;
}
</style>