Shades of Forest Green #189014
Tints of Forest Green #189014
RGB
CMYK
RGB Variations
Color information
#189014 (or 0x189014) is known color: Forest Green. HEX triplet: 18, 90 and 14. RGB value is (24,144,20). Sum of RGB (Red+Green+Blue) = 24+144+20=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #189014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #189014 is #E76FEB. Grayscale: #5E5E5E. Windows color (decimal): -15167468 or 1347608. OLE color: 1347608.
HSL color Cylindrical-coordinate representation of color #189014: hue angle of 118.06º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189014 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 20 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.44 |
| HSL | 118.06º | 0.76% | 0.32% | - |
| HSV(B) | 118.06º | 0.86% | 0.56% | - |
| XYZ | 10.48 | 20.19 | 4.01 | - |
| YUV | 93.98 | 86.24 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 20 | 0.83 | 0 | 0.86 | 0.44 | 118.06 | 0.76 | 0.32 |
| Hex | 18 | 90 | 14 | 53 | 0 | 56 | 2C | 76 | 4C | 20 |
| Octal | 30 | 220 | 24 | 123 | 0 | 126 | 54 | 166 | 114 | 40 |
| Binary | 11000 | 10010000 | 10100 | 1010011 | 0 | 1010110 | 101100 | 1110110 | 1001100 | 100000 |
Color Harmonies of #189014
Complementary color
Monochromatic Colors of #189014
Black with #189014
Text Example
Text Example
White with #189014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189014; }
p { color: rgb(24,144,20); }
H1.HeaderClassName
{
color: #189014;
}
.AnyTagClassName
{
color: #189014;
}
</style>
background-color css
<style>
a { background-color: #189014; }
a { background-color: rgb(24,144,20); }
div.DivClassName
{
background-color: #189014;
}
.BgClassName
{
background-color: #189014;
}
</style>
border-color css
<style>
span { border-color: #189014; }
span { border-color: rgb(24,144,20); }
td.TdClassName
{
border-color: #189014;
}
.TagClassName
{
border-color: #189014;
}
</style>