Shades of Forest Green #198527
Tints of Forest Green #198527
RGB
CMYK
RGB Variations
Color information
#198527 (or 0x198527) is known color: Forest Green. HEX triplet: 19, 85 and 27. RGB value is (25,133,39). Sum of RGB (Red+Green+Blue) = 25+133+39=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #198527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198527 is #E67AD8. Grayscale: #5A5A5A. Windows color (decimal): -15104729 or 2589977. OLE color: 2589977.
HSL color Cylindrical-coordinate representation of color #198527: hue angle of 127.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198527 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 39 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.48 |
| HSL | 127.78º | 0.68% | 0.31% | - |
| HSV(B) | 127.78º | 0.81% | 0.52% | - |
| XYZ | 9.15 | 17.13 | 4.74 | - |
| YUV | 89.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 39 | 0.81 | 0 | 0.71 | 0.48 | 127.78 | 0.68 | 0.31 |
| Hex | 19 | 85 | 27 | 51 | 0 | 47 | 30 | 80 | 44 | 1F |
| Octal | 31 | 205 | 47 | 121 | 0 | 107 | 60 | 200 | 104 | 37 |
| Binary | 11001 | 10000101 | 100111 | 1010001 | 0 | 1000111 | 110000 | 10000000 | 1000100 | 11111 |
Color Harmonies of #198527
Complementary color
Monochromatic Colors of #198527
Black with #198527
Text Example
Text Example
White with #198527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198527; }
p { color: rgb(25,133,39); }
H1.HeaderClassName
{
color: #198527;
}
.AnyTagClassName
{
color: #198527;
}
</style>
background-color css
<style>
a { background-color: #198527; }
a { background-color: rgb(25,133,39); }
div.DivClassName
{
background-color: #198527;
}
.BgClassName
{
background-color: #198527;
}
</style>
border-color css
<style>
span { border-color: #198527; }
span { border-color: rgb(25,133,39); }
td.TdClassName
{
border-color: #198527;
}
.TagClassName
{
border-color: #198527;
}
</style>