Shades of Forest Green #188B2B
Tints of Forest Green #188B2B
RGB
CMYK
RGB Variations
Color information
#188B2B (or 0x188B2B) is known color: Forest Green. HEX triplet: 18, 8B and 2B. RGB value is (24,139,43). Sum of RGB (Red+Green+Blue) = 24+139+43=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 139 (54.69% from 255 or 67.48% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 139 - color contains mainly: green. Hex color #188B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188B2B is #E774D4. Grayscale: #5D5D5D. Windows color (decimal): -15168725 or 2853656. OLE color: 2853656.
HSL color Cylindrical-coordinate representation of color #188B2B: hue angle of 129.91º 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 #188B2B is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 139 | 43 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.45 |
| HSL | 129.91º | 0.71% | 0.32% | - |
| HSV(B) | 129.91º | 0.83% | 0.55% | - |
| XYZ | 10.05 | 18.83 | 5.39 | - |
| YUV | 93.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 43 | 0.83 | 0 | 0.69 | 0.45 | 129.91 | 0.71 | 0.32 |
| Hex | 18 | 8B | 2B | 53 | 0 | 45 | 2D | 82 | 47 | 20 |
| Octal | 30 | 213 | 53 | 123 | 0 | 105 | 55 | 202 | 107 | 40 |
| Binary | 11000 | 10001011 | 101011 | 1010011 | 0 | 1000101 | 101101 | 10000010 | 1000111 | 100000 |
Color Harmonies of #188B2B
Complementary color
Monochromatic Colors of #188B2B
Black with #188B2B
Text Example
Text Example
White with #188B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B2B; }
p { color: rgb(24,139,43); }
H1.HeaderClassName
{
color: #188B2B;
}
.AnyTagClassName
{
color: #188B2B;
}
</style>
background-color css
<style>
a { background-color: #188B2B; }
a { background-color: rgb(24,139,43); }
div.DivClassName
{
background-color: #188B2B;
}
.BgClassName
{
background-color: #188B2B;
}
</style>
border-color css
<style>
span { border-color: #188B2B; }
span { border-color: rgb(24,139,43); }
td.TdClassName
{
border-color: #188B2B;
}
.TagClassName
{
border-color: #188B2B;
}
</style>