Shades of Forest Green #18A61D
Tints of Forest Green #18A61D
RGB
CMYK
RGB Variations
Color information
#18A61D (or 0x18A61D) is known color: Forest Green. HEX triplet: 18, A6 and 1D. RGB value is (24,166,29). Sum of RGB (Red+Green+Blue) = 24+166+29=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 166 (65.23% from 255 or 75.80% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 166 - color contains mainly: green. Hex color #18A61D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A61D is #E759E2. Grayscale: #6C6C6C. Windows color (decimal): -15161827 or 1943064. OLE color: 1943064.
HSL color Cylindrical-coordinate representation of color #18A61D: hue angle of 122.11º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A61D is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 29 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.35 |
| HSL | 122.11º | 0.75% | 0.37% | - |
| HSV(B) | 122.11º | 0.86% | 0.65% | - |
| XYZ | 14.23 | 27.56 | 5.73 | - |
| YUV | 107.92 | 83.46 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 29 | 0.86 | 0 | 0.83 | 0.35 | 122.11 | 0.75 | 0.37 |
| Hex | 18 | A6 | 1D | 56 | 0 | 53 | 23 | 7A | 4B | 25 |
| Octal | 30 | 246 | 35 | 126 | 0 | 123 | 43 | 172 | 113 | 45 |
| Binary | 11000 | 10100110 | 11101 | 1010110 | 0 | 1010011 | 100011 | 1111010 | 1001011 | 100101 |
Color Harmonies of #18A61D
Complementary color
Monochromatic Colors of #18A61D
Black with #18A61D
Text Example
Text Example
White with #18A61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A61D; }
p { color: rgb(24,166,29); }
H1.HeaderClassName
{
color: #18A61D;
}
.AnyTagClassName
{
color: #18A61D;
}
</style>
background-color css
<style>
a { background-color: #18A61D; }
a { background-color: rgb(24,166,29); }
div.DivClassName
{
background-color: #18A61D;
}
.BgClassName
{
background-color: #18A61D;
}
</style>
border-color css
<style>
span { border-color: #18A61D; }
span { border-color: rgb(24,166,29); }
td.TdClassName
{
border-color: #18A61D;
}
.TagClassName
{
border-color: #18A61D;
}
</style>