Shades of Forest Green #18A034
Tints of Forest Green #18A034
RGB
CMYK
RGB Variations
Color information
#18A034 (or 0x18A034) is known color: Forest Green. HEX triplet: 18, A0 and 34. RGB value is (24,160,52). Sum of RGB (Red+Green+Blue) = 24+160+52=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #18A034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A034 is #E75FCB. Grayscale: #6B6B6B. Windows color (decimal): -15163340 or 3448856. OLE color: 3448856.
HSL color Cylindrical-coordinate representation of color #18A034: hue angle of 132.35º 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 #18A034 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 52 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.37 |
| HSL | 132.35º | 0.74% | 0.36% | - |
| HSV(B) | 132.35º | 0.85% | 0.63% | - |
| XYZ | 13.57 | 25.58 | 7.47 | - |
| YUV | 107.02 | 96.94 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 52 | 0.85 | 0 | 0.68 | 0.37 | 132.35 | 0.74 | 0.36 |
| Hex | 18 | A0 | 34 | 55 | 0 | 44 | 25 | 84 | 4A | 24 |
| Octal | 30 | 240 | 64 | 125 | 0 | 104 | 45 | 204 | 112 | 44 |
| Binary | 11000 | 10100000 | 110100 | 1010101 | 0 | 1000100 | 100101 | 10000100 | 1001010 | 100100 |
Color Harmonies of #18A034
Complementary color
Monochromatic Colors of #18A034
Black with #18A034
Text Example
Text Example
White with #18A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A034; }
p { color: rgb(24,160,52); }
H1.HeaderClassName
{
color: #18A034;
}
.AnyTagClassName
{
color: #18A034;
}
</style>
background-color css
<style>
a { background-color: #18A034; }
a { background-color: rgb(24,160,52); }
div.DivClassName
{
background-color: #18A034;
}
.BgClassName
{
background-color: #18A034;
}
</style>
border-color css
<style>
span { border-color: #18A034; }
span { border-color: rgb(24,160,52); }
td.TdClassName
{
border-color: #18A034;
}
.TagClassName
{
border-color: #18A034;
}
</style>