Shades of Green #18780D
Tints of Green #18780D
RGB
CMYK
RGB Variations
Color information
#18780D (or 0x18780D) is known color: Green. HEX triplet: 18, 78 and 0D. RGB value is (24,120,13). Sum of RGB (Red+Green+Blue) = 24+120+13=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 120 (47.27% from 255 or 76.43% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 120 - color contains mainly: green. Hex color #18780D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18780D is #E787F2. Grayscale: #4F4F4F. Windows color (decimal): -15173619 or 882712. OLE color: 882712.
HSL color Cylindrical-coordinate representation of color #18780D: hue angle of 113.83º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18780D is Cyan = 0.8, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 120 | 13 | - |
| CMYK | 0.8 | 0 | 0.89 | 0.53 |
| HSL | 113.83º | 0.8% | 0.26% | - |
| HSV(B) | 113.83º | 0.89% | 0.47% | - |
| XYZ | 7.17 | 13.66 | 2.64 | - |
| YUV | 79.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 13 | 0.8 | 0 | 0.89 | 0.53 | 113.83 | 0.8 | 0.26 |
| Hex | 18 | 78 | D | 50 | 0 | 59 | 35 | 72 | 50 | 1A |
| Octal | 30 | 170 | 15 | 120 | 0 | 131 | 65 | 162 | 120 | 32 |
| Binary | 11000 | 1111000 | 1101 | 1010000 | 0 | 1011001 | 110101 | 1110010 | 1010000 | 11010 |
Color Harmonies of #18780D
Complementary color
Monochromatic Colors of #18780D
Black with #18780D
Text Example
Text Example
White with #18780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18780D; }
p { color: rgb(24,120,13); }
H1.HeaderClassName
{
color: #18780D;
}
.AnyTagClassName
{
color: #18780D;
}
</style>
background-color css
<style>
a { background-color: #18780D; }
a { background-color: rgb(24,120,13); }
div.DivClassName
{
background-color: #18780D;
}
.BgClassName
{
background-color: #18780D;
}
</style>
border-color css
<style>
span { border-color: #18780D; }
span { border-color: rgb(24,120,13); }
td.TdClassName
{
border-color: #18780D;
}
.TagClassName
{
border-color: #18780D;
}
</style>