Shades of Forest Green #18A031
Tints of Forest Green #18A031
RGB
CMYK
RGB Variations
Color information
#18A031 (or 0x18A031) is known color: Forest Green. HEX triplet: 18, A0 and 31. RGB value is (24,160,49). Sum of RGB (Red+Green+Blue) = 24+160+49=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #18A031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A031 is #E75FCE. Grayscale: #6A6A6A. Windows color (decimal): -15163343 or 3252248. OLE color: 3252248.
HSL color Cylindrical-coordinate representation of color #18A031: hue angle of 131.03º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A031 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 49 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.37 |
| HSL | 131.03º | 0.74% | 0.36% | - |
| HSV(B) | 131.03º | 0.85% | 0.63% | - |
| XYZ | 13.5 | 25.56 | 7.13 | - |
| YUV | 106.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 49 | 0.85 | 0 | 0.69 | 0.37 | 131.03 | 0.74 | 0.36 |
| Hex | 18 | A0 | 31 | 55 | 0 | 45 | 25 | 83 | 4A | 24 |
| Octal | 30 | 240 | 61 | 125 | 0 | 105 | 45 | 203 | 112 | 44 |
| Binary | 11000 | 10100000 | 110001 | 1010101 | 0 | 1000101 | 100101 | 10000011 | 1001010 | 100100 |
Color Harmonies of #18A031
Complementary color
Monochromatic Colors of #18A031
Black with #18A031
Text Example
Text Example
White with #18A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A031; }
p { color: rgb(24,160,49); }
H1.HeaderClassName
{
color: #18A031;
}
.AnyTagClassName
{
color: #18A031;
}
</style>
background-color css
<style>
a { background-color: #18A031; }
a { background-color: rgb(24,160,49); }
div.DivClassName
{
background-color: #18A031;
}
.BgClassName
{
background-color: #18A031;
}
</style>
border-color css
<style>
span { border-color: #18A031; }
span { border-color: rgb(24,160,49); }
td.TdClassName
{
border-color: #18A031;
}
.TagClassName
{
border-color: #18A031;
}
</style>