Shades of Forest Green #198732
Tints of Forest Green #198732
RGB
CMYK
RGB Variations
Color information
#198732 (or 0x198732) is known color: Forest Green. HEX triplet: 19, 87 and 32. RGB value is (25,135,50). Sum of RGB (Red+Green+Blue) = 25+135+50=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #198732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198732 is #E678CD. Grayscale: #5C5C5C. Windows color (decimal): -15104206 or 3311385. OLE color: 3311385.
HSL color Cylindrical-coordinate representation of color #198732: hue angle of 133.64º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198732 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 50 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.47 |
| HSL | 133.64º | 0.69% | 0.31% | - |
| HSV(B) | 133.64º | 0.81% | 0.53% | - |
| XYZ | 9.64 | 17.76 | 5.94 | - |
| YUV | 92.42 | 104.06 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 50 | 0.81 | 0 | 0.63 | 0.47 | 133.64 | 0.69 | 0.31 |
| Hex | 19 | 87 | 32 | 51 | 0 | 3F | 2F | 86 | 45 | 1F |
| Octal | 31 | 207 | 62 | 121 | 0 | 77 | 57 | 206 | 105 | 37 |
| Binary | 11001 | 10000111 | 110010 | 1010001 | 0 | 111111 | 101111 | 10000110 | 1000101 | 11111 |
Color Harmonies of #198732
Complementary color
Monochromatic Colors of #198732
Black with #198732
Text Example
Text Example
White with #198732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198732; }
p { color: rgb(25,135,50); }
H1.HeaderClassName
{
color: #198732;
}
.AnyTagClassName
{
color: #198732;
}
</style>
background-color css
<style>
a { background-color: #198732; }
a { background-color: rgb(25,135,50); }
div.DivClassName
{
background-color: #198732;
}
.BgClassName
{
background-color: #198732;
}
</style>
border-color css
<style>
span { border-color: #198732; }
span { border-color: rgb(25,135,50); }
td.TdClassName
{
border-color: #198732;
}
.TagClassName
{
border-color: #198732;
}
</style>