Shades of Forest Green #188021
Tints of Forest Green #188021
RGB
CMYK
RGB Variations
Color information
#188021 (or 0x188021) is known color: Forest Green. HEX triplet: 18, 80 and 21. RGB value is (24,128,33). Sum of RGB (Red+Green+Blue) = 24+128+33=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #188021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188021 is #E77FDE. Grayscale: #565656. Windows color (decimal): -15171551 or 2195480. OLE color: 2195480.
HSL color Cylindrical-coordinate representation of color #188021: hue angle of 125.19º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188021 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 33 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.50 |
| HSL | 125.19º | 0.68% | 0.3% | - |
| HSV(B) | 125.19º | 0.81% | 0.5% | - |
| XYZ | 8.37 | 15.74 | 4.04 | - |
| YUV | 86.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 33 | 0.81 | 0 | 0.74 | 0.50 | 125.19 | 0.68 | 0.3 |
| Hex | 18 | 80 | 21 | 51 | 0 | 4A | 32 | 7D | 44 | 1E |
| Octal | 30 | 200 | 41 | 121 | 0 | 112 | 62 | 175 | 104 | 36 |
| Binary | 11000 | 10000000 | 100001 | 1010001 | 0 | 1001010 | 110010 | 1111101 | 1000100 | 11110 |
Color Harmonies of #188021
Complementary color
Monochromatic Colors of #188021
Black with #188021
Text Example
Text Example
White with #188021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188021; }
p { color: rgb(24,128,33); }
H1.HeaderClassName
{
color: #188021;
}
.AnyTagClassName
{
color: #188021;
}
</style>
background-color css
<style>
a { background-color: #188021; }
a { background-color: rgb(24,128,33); }
div.DivClassName
{
background-color: #188021;
}
.BgClassName
{
background-color: #188021;
}
</style>
border-color css
<style>
span { border-color: #188021; }
span { border-color: rgb(24,128,33); }
td.TdClassName
{
border-color: #188021;
}
.TagClassName
{
border-color: #188021;
}
</style>