Shades of Forest Green #188A2C
Tints of Forest Green #188A2C
RGB
CMYK
RGB Variations
Color information
#188A2C (or 0x188A2C) is known color: Forest Green. HEX triplet: 18, 8A and 2C. RGB value is (24,138,44). Sum of RGB (Red+Green+Blue) = 24+138+44=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #188A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188A2C is #E775D3. Grayscale: #5D5D5D. Windows color (decimal): -15168980 or 2918936. OLE color: 2918936.
HSL color Cylindrical-coordinate representation of color #188A2C: hue angle of 130.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A2C is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 44 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.46 |
| HSL | 130.53º | 0.7% | 0.32% | - |
| HSV(B) | 130.53º | 0.83% | 0.54% | - |
| XYZ | 9.92 | 18.55 | 5.44 | - |
| YUV | 93.2 | 100.23 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 44 | 0.83 | 0 | 0.68 | 0.46 | 130.53 | 0.7 | 0.32 |
| Hex | 18 | 8A | 2C | 53 | 0 | 44 | 2E | 83 | 46 | 20 |
| Octal | 30 | 212 | 54 | 123 | 0 | 104 | 56 | 203 | 106 | 40 |
| Binary | 11000 | 10001010 | 101100 | 1010011 | 0 | 1000100 | 101110 | 10000011 | 1000110 | 100000 |
Color Harmonies of #188A2C
Complementary color
Monochromatic Colors of #188A2C
Black with #188A2C
Text Example
Text Example
White with #188A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A2C; }
p { color: rgb(24,138,44); }
H1.HeaderClassName
{
color: #188A2C;
}
.AnyTagClassName
{
color: #188A2C;
}
</style>
background-color css
<style>
a { background-color: #188A2C; }
a { background-color: rgb(24,138,44); }
div.DivClassName
{
background-color: #188A2C;
}
.BgClassName
{
background-color: #188A2C;
}
</style>
border-color css
<style>
span { border-color: #188A2C; }
span { border-color: rgb(24,138,44); }
td.TdClassName
{
border-color: #188A2C;
}
.TagClassName
{
border-color: #188A2C;
}
</style>