Shades of Forest Green #188B2C
Tints of Forest Green #188B2C
RGB
CMYK
RGB Variations
Color information
#188B2C (or 0x188B2C) is known color: Forest Green. HEX triplet: 18, 8B and 2C. RGB value is (24,139,44). Sum of RGB (Red+Green+Blue) = 24+139+44=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #188B2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188B2C is #E774D3. Grayscale: #5E5E5E. Windows color (decimal): -15168724 or 2919192. OLE color: 2919192.
HSL color Cylindrical-coordinate representation of color #188B2C: hue angle of 130.43º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188B2C is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 139 | 44 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.45 |
| HSL | 130.43º | 0.71% | 0.32% | - |
| HSV(B) | 130.43º | 0.83% | 0.55% | - |
| XYZ | 10.06 | 18.84 | 5.49 | - |
| YUV | 93.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 44 | 0.83 | 0 | 0.68 | 0.45 | 130.43 | 0.71 | 0.32 |
| Hex | 18 | 8B | 2C | 53 | 0 | 44 | 2D | 82 | 47 | 20 |
| Octal | 30 | 213 | 54 | 123 | 0 | 104 | 55 | 202 | 107 | 40 |
| Binary | 11000 | 10001011 | 101100 | 1010011 | 0 | 1000100 | 101101 | 10000010 | 1000111 | 100000 |
Color Harmonies of #188B2C
Complementary color
Monochromatic Colors of #188B2C
Black with #188B2C
Text Example
Text Example
White with #188B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B2C; }
p { color: rgb(24,139,44); }
H1.HeaderClassName
{
color: #188B2C;
}
.AnyTagClassName
{
color: #188B2C;
}
</style>
background-color css
<style>
a { background-color: #188B2C; }
a { background-color: rgb(24,139,44); }
div.DivClassName
{
background-color: #188B2C;
}
.BgClassName
{
background-color: #188B2C;
}
</style>
border-color css
<style>
span { border-color: #188B2C; }
span { border-color: rgb(24,139,44); }
td.TdClassName
{
border-color: #188B2C;
}
.TagClassName
{
border-color: #188B2C;
}
</style>