Shades of Forest Green #18A431
Tints of Forest Green #18A431
RGB
CMYK
RGB Variations
Color information
#18A431 (or 0x18A431) is known color: Forest Green. HEX triplet: 18, A4 and 31. RGB value is (24,164,49). Sum of RGB (Red+Green+Blue) = 24+164+49=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 164 (64.45% from 255 or 69.20% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 164 - color contains mainly: green. Hex color #18A431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A431 is #E75BCE. Grayscale: #6D6D6D. Windows color (decimal): -15162319 or 3253272. OLE color: 3253272.
HSL color Cylindrical-coordinate representation of color #18A431: hue angle of 130.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A431 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 49 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.36 |
| HSL | 130.71º | 0.74% | 0.37% | - |
| HSV(B) | 130.71º | 0.85% | 0.64% | - |
| XYZ | 14.21 | 26.97 | 7.36 | - |
| YUV | 109.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 49 | 0.85 | 0 | 0.70 | 0.36 | 130.71 | 0.74 | 0.37 |
| Hex | 18 | A4 | 31 | 55 | 0 | 46 | 24 | 83 | 4A | 25 |
| Octal | 30 | 244 | 61 | 125 | 0 | 106 | 44 | 203 | 112 | 45 |
| Binary | 11000 | 10100100 | 110001 | 1010101 | 0 | 1000110 | 100100 | 10000011 | 1001010 | 100101 |
Color Harmonies of #18A431
Complementary color
Monochromatic Colors of #18A431
Black with #18A431
Text Example
Text Example
White with #18A431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A431; }
p { color: rgb(24,164,49); }
H1.HeaderClassName
{
color: #18A431;
}
.AnyTagClassName
{
color: #18A431;
}
</style>
background-color css
<style>
a { background-color: #18A431; }
a { background-color: rgb(24,164,49); }
div.DivClassName
{
background-color: #18A431;
}
.BgClassName
{
background-color: #18A431;
}
</style>
border-color css
<style>
span { border-color: #18A431; }
span { border-color: rgb(24,164,49); }
td.TdClassName
{
border-color: #18A431;
}
.TagClassName
{
border-color: #18A431;
}
</style>