Shades of Forest Green #18A428
Tints of Forest Green #18A428
RGB
CMYK
RGB Variations
Color information
#18A428 (or 0x18A428) is known color: Forest Green. HEX triplet: 18, A4 and 28. RGB value is (24,164,40). Sum of RGB (Red+Green+Blue) = 24+164+40=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 164 (64.45% from 255 or 71.93% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 164 - color contains mainly: green. Hex color #18A428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A428 is #E75BD7. Grayscale: #6C6C6C. Windows color (decimal): -15162328 or 2663448. OLE color: 2663448.
HSL color Cylindrical-coordinate representation of color #18A428: hue angle of 126.86º 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 #18A428 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 40 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.36 |
| HSL | 126.86º | 0.74% | 0.37% | - |
| HSV(B) | 126.86º | 0.85% | 0.64% | - |
| XYZ | 14.04 | 26.9 | 6.46 | - |
| YUV | 108 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 40 | 0.85 | 0 | 0.76 | 0.36 | 126.86 | 0.74 | 0.37 |
| Hex | 18 | A4 | 28 | 55 | 0 | 4C | 24 | 7F | 4A | 25 |
| Octal | 30 | 244 | 50 | 125 | 0 | 114 | 44 | 177 | 112 | 45 |
| Binary | 11000 | 10100100 | 101000 | 1010101 | 0 | 1001100 | 100100 | 1111111 | 1001010 | 100101 |
Color Harmonies of #18A428
Complementary color
Monochromatic Colors of #18A428
Black with #18A428
Text Example
Text Example
White with #18A428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A428; }
p { color: rgb(24,164,40); }
H1.HeaderClassName
{
color: #18A428;
}
.AnyTagClassName
{
color: #18A428;
}
</style>
background-color css
<style>
a { background-color: #18A428; }
a { background-color: rgb(24,164,40); }
div.DivClassName
{
background-color: #18A428;
}
.BgClassName
{
background-color: #18A428;
}
</style>
border-color css
<style>
span { border-color: #18A428; }
span { border-color: rgb(24,164,40); }
td.TdClassName
{
border-color: #18A428;
}
.TagClassName
{
border-color: #18A428;
}
</style>