Shades of Forest Green #18A231
Tints of Forest Green #18A231
RGB
CMYK
RGB Variations
Color information
#18A231 (or 0x18A231) is known color: Forest Green. HEX triplet: 18, A2 and 31. RGB value is (24,162,49). Sum of RGB (Red+Green+Blue) = 24+162+49=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 162 (63.67% from 255 or 68.94% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 162 - color contains mainly: green. Hex color #18A231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A231 is #E75DCE. Grayscale: #6C6C6C. Windows color (decimal): -15162831 or 3252760. OLE color: 3252760.
HSL color Cylindrical-coordinate representation of color #18A231: hue angle of 130.87º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A231 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 49 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.36 |
| HSL | 130.87º | 0.74% | 0.36% | - |
| HSV(B) | 130.87º | 0.85% | 0.64% | - |
| XYZ | 13.85 | 26.26 | 7.24 | - |
| YUV | 107.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 49 | 0.85 | 0 | 0.70 | 0.36 | 130.87 | 0.74 | 0.36 |
| Hex | 18 | A2 | 31 | 55 | 0 | 46 | 24 | 83 | 4A | 24 |
| Octal | 30 | 242 | 61 | 125 | 0 | 106 | 44 | 203 | 112 | 44 |
| Binary | 11000 | 10100010 | 110001 | 1010101 | 0 | 1000110 | 100100 | 10000011 | 1001010 | 100100 |
Color Harmonies of #18A231
Complementary color
Monochromatic Colors of #18A231
Black with #18A231
Text Example
Text Example
White with #18A231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A231; }
p { color: rgb(24,162,49); }
H1.HeaderClassName
{
color: #18A231;
}
.AnyTagClassName
{
color: #18A231;
}
</style>
background-color css
<style>
a { background-color: #18A231; }
a { background-color: rgb(24,162,49); }
div.DivClassName
{
background-color: #18A231;
}
.BgClassName
{
background-color: #18A231;
}
</style>
border-color css
<style>
span { border-color: #18A231; }
span { border-color: rgb(24,162,49); }
td.TdClassName
{
border-color: #18A231;
}
.TagClassName
{
border-color: #18A231;
}
</style>