Shades of Forest Green #187520
Tints of Forest Green #187520
RGB
CMYK
RGB Variations
Color information
#187520 (or 0x187520) is known color: Forest Green. HEX triplet: 18, 75 and 20. RGB value is (24,117,32). Sum of RGB (Red+Green+Blue) = 24+117+32=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #187520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187520 is #E78ADF. Grayscale: #4F4F4F. Windows color (decimal): -15174368 or 2127128. OLE color: 2127128.
HSL color Cylindrical-coordinate representation of color #187520: hue angle of 125.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187520 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 117 | 32 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.54 |
| HSL | 125.16º | 0.66% | 0.28% | - |
| HSV(B) | 125.16º | 0.79% | 0.46% | - |
| XYZ | 7 | 13.02 | 3.51 | - |
| YUV | 79.5 | 101.19 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 32 | 0.79 | 0 | 0.73 | 0.54 | 125.16 | 0.66 | 0.28 |
| Hex | 18 | 75 | 20 | 4F | 0 | 49 | 36 | 7D | 42 | 1C |
| Octal | 30 | 165 | 40 | 117 | 0 | 111 | 66 | 175 | 102 | 34 |
| Binary | 11000 | 1110101 | 100000 | 1001111 | 0 | 1001001 | 110110 | 1111101 | 1000010 | 11100 |
Color Harmonies of #187520
Complementary color
Monochromatic Colors of #187520
Black with #187520
Text Example
Text Example
White with #187520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187520; }
p { color: rgb(24,117,32); }
H1.HeaderClassName
{
color: #187520;
}
.AnyTagClassName
{
color: #187520;
}
</style>
background-color css
<style>
a { background-color: #187520; }
a { background-color: rgb(24,117,32); }
div.DivClassName
{
background-color: #187520;
}
.BgClassName
{
background-color: #187520;
}
</style>
border-color css
<style>
span { border-color: #187520; }
span { border-color: rgb(24,117,32); }
td.TdClassName
{
border-color: #187520;
}
.TagClassName
{
border-color: #187520;
}
</style>