Shades of Forest Green #128614
Tints of Forest Green #128614
RGB
CMYK
RGB Variations
Color information
#128614 (or 0x128614) is known color: Forest Green. HEX triplet: 12, 86 and 14. RGB value is (18,134,20). Sum of RGB (Red+Green+Blue) = 18+134+20=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 134 (52.73% from 255 or 77.91% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 134 - color contains mainly: green. Hex color #128614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128614 is #ED79EB. Grayscale: #565656. Windows color (decimal): -15563244 or 1345042. OLE color: 1345042.
HSL color Cylindrical-coordinate representation of color #128614: hue angle of 121.03º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128614 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 20 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.47 |
| HSL | 121.03º | 0.76% | 0.3% | - |
| HSV(B) | 121.03º | 0.87% | 0.53% | - |
| XYZ | 8.9 | 17.23 | 3.52 | - |
| YUV | 86.32 | 90.57 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 20 | 0.87 | 0 | 0.85 | 0.47 | 121.03 | 0.76 | 0.3 |
| Hex | 12 | 86 | 14 | 57 | 0 | 55 | 2F | 79 | 4C | 1E |
| Octal | 22 | 206 | 24 | 127 | 0 | 125 | 57 | 171 | 114 | 36 |
| Binary | 10010 | 10000110 | 10100 | 1010111 | 0 | 1010101 | 101111 | 1111001 | 1001100 | 11110 |
Color Harmonies of #128614
Complementary color
Monochromatic Colors of #128614
Black with #128614
Text Example
Text Example
White with #128614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128614; }
p { color: rgb(18,134,20); }
H1.HeaderClassName
{
color: #128614;
}
.AnyTagClassName
{
color: #128614;
}
</style>
background-color css
<style>
a { background-color: #128614; }
a { background-color: rgb(18,134,20); }
div.DivClassName
{
background-color: #128614;
}
.BgClassName
{
background-color: #128614;
}
</style>
border-color css
<style>
span { border-color: #128614; }
span { border-color: rgb(18,134,20); }
td.TdClassName
{
border-color: #128614;
}
.TagClassName
{
border-color: #128614;
}
</style>