Shades of Forest Green #128418
Tints of Forest Green #128418
RGB
CMYK
RGB Variations
Color information
#128418 (or 0x128418) is known color: Forest Green. HEX triplet: 12, 84 and 18. RGB value is (18,132,24). Sum of RGB (Red+Green+Blue) = 18+132+24=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 132 (51.95% from 255 or 75.86% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 132 - color contains mainly: green. Hex color #128418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128418 is #ED7BE7. Grayscale: #555555. Windows color (decimal): -15563752 or 1606674. OLE color: 1606674.
HSL color Cylindrical-coordinate representation of color #128418: hue angle of 123.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128418 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 24 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.48 |
| HSL | 123.16º | 0.76% | 0.29% | - |
| HSV(B) | 123.16º | 0.86% | 0.52% | - |
| XYZ | 8.67 | 16.7 | 3.63 | - |
| YUV | 85.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 24 | 0.86 | 0 | 0.82 | 0.48 | 123.16 | 0.76 | 0.29 |
| Hex | 12 | 84 | 18 | 56 | 0 | 52 | 30 | 7B | 4C | 1D |
| Octal | 22 | 204 | 30 | 126 | 0 | 122 | 60 | 173 | 114 | 35 |
| Binary | 10010 | 10000100 | 11000 | 1010110 | 0 | 1010010 | 110000 | 1111011 | 1001100 | 11101 |
Color Harmonies of #128418
Complementary color
Monochromatic Colors of #128418
Black with #128418
Text Example
Text Example
White with #128418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128418; }
p { color: rgb(18,132,24); }
H1.HeaderClassName
{
color: #128418;
}
.AnyTagClassName
{
color: #128418;
}
</style>
background-color css
<style>
a { background-color: #128418; }
a { background-color: rgb(18,132,24); }
div.DivClassName
{
background-color: #128418;
}
.BgClassName
{
background-color: #128418;
}
</style>
border-color css
<style>
span { border-color: #128418; }
span { border-color: rgb(18,132,24); }
td.TdClassName
{
border-color: #128418;
}
.TagClassName
{
border-color: #128418;
}
</style>