Shades of Forest Green #188525
Tints of Forest Green #188525
RGB
CMYK
RGB Variations
Color information
#188525 (or 0x188525) is known color: Forest Green. HEX triplet: 18, 85 and 25. RGB value is (24,133,37). Sum of RGB (Red+Green+Blue) = 24+133+37=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #188525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188525 is #E77ADA. Grayscale: #595959. Windows color (decimal): -15170267 or 2458904. OLE color: 2458904.
HSL color Cylindrical-coordinate representation of color #188525: hue angle of 127.16º 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 #188525 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 37 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.48 |
| HSL | 127.16º | 0.69% | 0.31% | - |
| HSV(B) | 127.16º | 0.82% | 0.52% | - |
| XYZ | 9.1 | 17.1 | 4.57 | - |
| YUV | 89.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 37 | 0.82 | 0 | 0.72 | 0.48 | 127.16 | 0.69 | 0.31 |
| Hex | 18 | 85 | 25 | 52 | 0 | 48 | 30 | 7F | 45 | 1F |
| Octal | 30 | 205 | 45 | 122 | 0 | 110 | 60 | 177 | 105 | 37 |
| Binary | 11000 | 10000101 | 100101 | 1010010 | 0 | 1001000 | 110000 | 1111111 | 1000101 | 11111 |
Color Harmonies of #188525
Complementary color
Monochromatic Colors of #188525
Black with #188525
Text Example
Text Example
White with #188525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188525; }
p { color: rgb(24,133,37); }
H1.HeaderClassName
{
color: #188525;
}
.AnyTagClassName
{
color: #188525;
}
</style>
background-color css
<style>
a { background-color: #188525; }
a { background-color: rgb(24,133,37); }
div.DivClassName
{
background-color: #188525;
}
.BgClassName
{
background-color: #188525;
}
</style>
border-color css
<style>
span { border-color: #188525; }
span { border-color: rgb(24,133,37); }
td.TdClassName
{
border-color: #188525;
}
.TagClassName
{
border-color: #188525;
}
</style>