Shades of Forest Green #18A028
Tints of Forest Green #18A028
RGB
CMYK
RGB Variations
Color information
#18A028 (or 0x18A028) is known color: Forest Green. HEX triplet: 18, A0 and 28. RGB value is (24,160,40). Sum of RGB (Red+Green+Blue) = 24+160+40=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #18A028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A028 is #E75FD7. Grayscale: #6A6A6A. Windows color (decimal): -15163352 or 2662424. OLE color: 2662424.
HSL color Cylindrical-coordinate representation of color #18A028: hue angle of 127.06º 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 #18A028 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 40 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.37 |
| HSL | 127.06º | 0.74% | 0.36% | - |
| HSV(B) | 127.06º | 0.85% | 0.63% | - |
| XYZ | 13.33 | 25.49 | 6.22 | - |
| YUV | 105.66 | 90.94 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 40 | 0.85 | 0 | 0.75 | 0.37 | 127.06 | 0.74 | 0.36 |
| Hex | 18 | A0 | 28 | 55 | 0 | 4B | 25 | 7F | 4A | 24 |
| Octal | 30 | 240 | 50 | 125 | 0 | 113 | 45 | 177 | 112 | 44 |
| Binary | 11000 | 10100000 | 101000 | 1010101 | 0 | 1001011 | 100101 | 1111111 | 1001010 | 100100 |
Color Harmonies of #18A028
Complementary color
Monochromatic Colors of #18A028
Black with #18A028
Text Example
Text Example
White with #18A028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A028; }
p { color: rgb(24,160,40); }
H1.HeaderClassName
{
color: #18A028;
}
.AnyTagClassName
{
color: #18A028;
}
</style>
background-color css
<style>
a { background-color: #18A028; }
a { background-color: rgb(24,160,40); }
div.DivClassName
{
background-color: #18A028;
}
.BgClassName
{
background-color: #18A028;
}
</style>
border-color css
<style>
span { border-color: #18A028; }
span { border-color: rgb(24,160,40); }
td.TdClassName
{
border-color: #18A028;
}
.TagClassName
{
border-color: #18A028;
}
</style>