Shades of Forest Green #188228
Tints of Forest Green #188228
RGB
CMYK
RGB Variations
Color information
#188228 (or 0x188228) is known color: Forest Green. HEX triplet: 18, 82 and 28. RGB value is (24,130,40). Sum of RGB (Red+Green+Blue) = 24+130+40=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #188228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188228 is #E77DD7. Grayscale: #585858. Windows color (decimal): -15171032 or 2654744. OLE color: 2654744.
HSL color Cylindrical-coordinate representation of color #188228: hue angle of 129.06º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188228 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 40 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.49 |
| HSL | 129.06º | 0.69% | 0.3% | - |
| HSV(B) | 129.06º | 0.82% | 0.51% | - |
| XYZ | 8.74 | 16.31 | 4.7 | - |
| YUV | 88.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 40 | 0.82 | 0 | 0.69 | 0.49 | 129.06 | 0.69 | 0.3 |
| Hex | 18 | 82 | 28 | 52 | 0 | 45 | 31 | 81 | 45 | 1E |
| Octal | 30 | 202 | 50 | 122 | 0 | 105 | 61 | 201 | 105 | 36 |
| Binary | 11000 | 10000010 | 101000 | 1010010 | 0 | 1000101 | 110001 | 10000001 | 1000101 | 11110 |
Color Harmonies of #188228
Complementary color
Monochromatic Colors of #188228
Black with #188228
Text Example
Text Example
White with #188228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188228; }
p { color: rgb(24,130,40); }
H1.HeaderClassName
{
color: #188228;
}
.AnyTagClassName
{
color: #188228;
}
</style>
background-color css
<style>
a { background-color: #188228; }
a { background-color: rgb(24,130,40); }
div.DivClassName
{
background-color: #188228;
}
.BgClassName
{
background-color: #188228;
}
</style>
border-color css
<style>
span { border-color: #188228; }
span { border-color: rgb(24,130,40); }
td.TdClassName
{
border-color: #188228;
}
.TagClassName
{
border-color: #188228;
}
</style>