Shades of Forest Green #19861B
Tints of Forest Green #19861B
RGB
CMYK
RGB Variations
Color information
#19861B (or 0x19861B) is known color: Forest Green. HEX triplet: 19, 86 and 1B. RGB value is (25,134,27). Sum of RGB (Red+Green+Blue) = 25+134+27=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #19861B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19861B is #E679E4. Grayscale: #595959. Windows color (decimal): -15104485 or 1803801. OLE color: 1803801.
HSL color Cylindrical-coordinate representation of color #19861B: hue angle of 121.1º 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 #19861B is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 27 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.47 |
| HSL | 121.1º | 0.69% | 0.31% | - |
| HSV(B) | 121.1º | 0.81% | 0.53% | - |
| XYZ | 9.12 | 17.34 | 3.9 | - |
| YUV | 89.21 | 92.89 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 27 | 0.81 | 0 | 0.80 | 0.47 | 121.1 | 0.69 | 0.31 |
| Hex | 19 | 86 | 1B | 51 | 0 | 50 | 2F | 79 | 45 | 1F |
| Octal | 31 | 206 | 33 | 121 | 0 | 120 | 57 | 171 | 105 | 37 |
| Binary | 11001 | 10000110 | 11011 | 1010001 | 0 | 1010000 | 101111 | 1111001 | 1000101 | 11111 |
Color Harmonies of #19861B
Complementary color
Monochromatic Colors of #19861B
Black with #19861B
Text Example
Text Example
White with #19861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19861B; }
p { color: rgb(25,134,27); }
H1.HeaderClassName
{
color: #19861B;
}
.AnyTagClassName
{
color: #19861B;
}
</style>
background-color css
<style>
a { background-color: #19861B; }
a { background-color: rgb(25,134,27); }
div.DivClassName
{
background-color: #19861B;
}
.BgClassName
{
background-color: #19861B;
}
</style>
border-color css
<style>
span { border-color: #19861B; }
span { border-color: rgb(25,134,27); }
td.TdClassName
{
border-color: #19861B;
}
.TagClassName
{
border-color: #19861B;
}
</style>