Shades of Forest Green #188521
Tints of Forest Green #188521
RGB
CMYK
RGB Variations
Color information
#188521 (or 0x188521) is known color: Forest Green. HEX triplet: 18, 85 and 21. RGB value is (24,133,33). Sum of RGB (Red+Green+Blue) = 24+133+33=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #188521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188521 is #E77ADE. Grayscale: #595959. Windows color (decimal): -15170271 or 2196760. OLE color: 2196760.
HSL color Cylindrical-coordinate representation of color #188521: hue angle of 124.95º 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 #188521 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 33 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.48 |
| HSL | 124.95º | 0.69% | 0.31% | - |
| HSV(B) | 124.95º | 0.82% | 0.52% | - |
| XYZ | 9.04 | 17.08 | 4.26 | - |
| YUV | 89.01 | 96.39 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 33 | 0.82 | 0 | 0.75 | 0.48 | 124.95 | 0.69 | 0.31 |
| Hex | 18 | 85 | 21 | 52 | 0 | 4B | 30 | 7D | 45 | 1F |
| Octal | 30 | 205 | 41 | 122 | 0 | 113 | 60 | 175 | 105 | 37 |
| Binary | 11000 | 10000101 | 100001 | 1010010 | 0 | 1001011 | 110000 | 1111101 | 1000101 | 11111 |
Color Harmonies of #188521
Complementary color
Monochromatic Colors of #188521
Black with #188521
Text Example
Text Example
White with #188521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188521; }
p { color: rgb(24,133,33); }
H1.HeaderClassName
{
color: #188521;
}
.AnyTagClassName
{
color: #188521;
}
</style>
background-color css
<style>
a { background-color: #188521; }
a { background-color: rgb(24,133,33); }
div.DivClassName
{
background-color: #188521;
}
.BgClassName
{
background-color: #188521;
}
</style>
border-color css
<style>
span { border-color: #188521; }
span { border-color: rgb(24,133,33); }
td.TdClassName
{
border-color: #188521;
}
.TagClassName
{
border-color: #188521;
}
</style>