Shades of Forest Green #18AB1D
Tints of Forest Green #18AB1D
RGB
CMYK
RGB Variations
Color information
#18AB1D (or 0x18AB1D) is known color: Forest Green. HEX triplet: 18, AB and 1D. RGB value is (24,171,29). Sum of RGB (Red+Green+Blue) = 24+171+29=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB1D is #E754E2. Grayscale: #6F6F6F. Windows color (decimal): -15160547 or 1944344. OLE color: 1944344.
HSL color Cylindrical-coordinate representation of color #18AB1D: hue angle of 122.04º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB1D is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 29 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.33 |
| HSL | 122.04º | 0.75% | 0.38% | - |
| HSV(B) | 122.04º | 0.86% | 0.67% | - |
| XYZ | 15.16 | 29.41 | 6.04 | - |
| YUV | 110.86 | 81.8 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 29 | 0.86 | 0 | 0.83 | 0.33 | 122.04 | 0.75 | 0.38 |
| Hex | 18 | AB | 1D | 56 | 0 | 53 | 21 | 7A | 4B | 26 |
| Octal | 30 | 253 | 35 | 126 | 0 | 123 | 41 | 172 | 113 | 46 |
| Binary | 11000 | 10101011 | 11101 | 1010110 | 0 | 1010011 | 100001 | 1111010 | 1001011 | 100110 |
Color Harmonies of #18AB1D
Complementary color
Monochromatic Colors of #18AB1D
Black with #18AB1D
Text Example
Text Example
White with #18AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB1D; }
p { color: rgb(24,171,29); }
H1.HeaderClassName
{
color: #18AB1D;
}
.AnyTagClassName
{
color: #18AB1D;
}
</style>
background-color css
<style>
a { background-color: #18AB1D; }
a { background-color: rgb(24,171,29); }
div.DivClassName
{
background-color: #18AB1D;
}
.BgClassName
{
background-color: #18AB1D;
}
</style>
border-color css
<style>
span { border-color: #18AB1D; }
span { border-color: rgb(24,171,29); }
td.TdClassName
{
border-color: #18AB1D;
}
.TagClassName
{
border-color: #18AB1D;
}
</style>