Shades of Forest Green #188530
Tints of Forest Green #188530
RGB
CMYK
RGB Variations
Color information
#188530 (or 0x188530) is known color: Forest Green. HEX triplet: 18, 85 and 30. RGB value is (24,133,48). Sum of RGB (Red+Green+Blue) = 24+133+48=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #188530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188530 is #E77ACF. Grayscale: #5A5A5A. Windows color (decimal): -15170256 or 3179800. OLE color: 3179800.
HSL color Cylindrical-coordinate representation of color #188530: hue angle of 133.21º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188530 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 48 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.48 |
| HSL | 133.21º | 0.69% | 0.31% | - |
| HSV(B) | 133.21º | 0.82% | 0.52% | - |
| XYZ | 9.3 | 17.18 | 5.62 | - |
| YUV | 90.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 48 | 0.82 | 0 | 0.64 | 0.48 | 133.21 | 0.69 | 0.31 |
| Hex | 18 | 85 | 30 | 52 | 0 | 40 | 30 | 85 | 45 | 1F |
| Octal | 30 | 205 | 60 | 122 | 0 | 100 | 60 | 205 | 105 | 37 |
| Binary | 11000 | 10000101 | 110000 | 1010010 | 0 | 1000000 | 110000 | 10000101 | 1000101 | 11111 |
Color Harmonies of #188530
Complementary color
Monochromatic Colors of #188530
Black with #188530
Text Example
Text Example
White with #188530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188530; }
p { color: rgb(24,133,48); }
H1.HeaderClassName
{
color: #188530;
}
.AnyTagClassName
{
color: #188530;
}
</style>
background-color css
<style>
a { background-color: #188530; }
a { background-color: rgb(24,133,48); }
div.DivClassName
{
background-color: #188530;
}
.BgClassName
{
background-color: #188530;
}
</style>
border-color css
<style>
span { border-color: #188530; }
span { border-color: rgb(24,133,48); }
td.TdClassName
{
border-color: #188530;
}
.TagClassName
{
border-color: #188530;
}
</style>