Shades of Forest Green #188012
Tints of Forest Green #188012
RGB
CMYK
RGB Variations
Color information
#188012 (or 0x188012) is known color: Forest Green. HEX triplet: 18, 80 and 12. RGB value is (24,128,18). Sum of RGB (Red+Green+Blue) = 24+128+18=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 128 (50.39% from 255 or 75.29% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 128 - color contains mainly: green. Hex color #188012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188012 is #E77FED. Grayscale: #545454. Windows color (decimal): -15171566 or 1212440. OLE color: 1212440.
HSL color Cylindrical-coordinate representation of color #188012: hue angle of 116.73º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188012 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 18 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.50 |
| HSL | 116.73º | 0.75% | 0.29% | - |
| HSV(B) | 116.73º | 0.86% | 0.5% | - |
| XYZ | 8.21 | 15.68 | 3.17 | - |
| YUV | 84.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 18 | 0.81 | 0 | 0.86 | 0.50 | 116.73 | 0.75 | 0.29 |
| Hex | 18 | 80 | 12 | 51 | 0 | 56 | 32 | 75 | 4B | 1D |
| Octal | 30 | 200 | 22 | 121 | 0 | 126 | 62 | 165 | 113 | 35 |
| Binary | 11000 | 10000000 | 10010 | 1010001 | 0 | 1010110 | 110010 | 1110101 | 1001011 | 11101 |
Color Harmonies of #188012
Complementary color
Monochromatic Colors of #188012
Black with #188012
Text Example
Text Example
White with #188012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188012; }
p { color: rgb(24,128,18); }
H1.HeaderClassName
{
color: #188012;
}
.AnyTagClassName
{
color: #188012;
}
</style>
background-color css
<style>
a { background-color: #188012; }
a { background-color: rgb(24,128,18); }
div.DivClassName
{
background-color: #188012;
}
.BgClassName
{
background-color: #188012;
}
</style>
border-color css
<style>
span { border-color: #188012; }
span { border-color: rgb(24,128,18); }
td.TdClassName
{
border-color: #188012;
}
.TagClassName
{
border-color: #188012;
}
</style>