Shades of Forest Green #19872F
Tints of Forest Green #19872F
RGB
CMYK
RGB Variations
Color information
#19872F (or 0x19872F) is known color: Forest Green. HEX triplet: 19, 87 and 2F. RGB value is (25,135,47). Sum of RGB (Red+Green+Blue) = 25+135+47=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #19872F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19872F is #E678D0. Grayscale: #5C5C5C. Windows color (decimal): -15104209 or 3114777. OLE color: 3114777.
HSL color Cylindrical-coordinate representation of color #19872F: hue angle of 132º 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 #19872F is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 47 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.47 |
| HSL | 132º | 0.69% | 0.31% | - |
| HSV(B) | 132º | 0.81% | 0.53% | - |
| XYZ | 9.58 | 17.74 | 5.61 | - |
| YUV | 92.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 47 | 0.81 | 0 | 0.65 | 0.47 | 132 | 0.69 | 0.31 |
| Hex | 19 | 87 | 2F | 51 | 0 | 41 | 2F | 84 | 45 | 1F |
| Octal | 31 | 207 | 57 | 121 | 0 | 101 | 57 | 204 | 105 | 37 |
| Binary | 11001 | 10000111 | 101111 | 1010001 | 0 | 1000001 | 101111 | 10000100 | 1000101 | 11111 |
Color Harmonies of #19872F
Complementary color
Monochromatic Colors of #19872F
Black with #19872F
Text Example
Text Example
White with #19872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19872F; }
p { color: rgb(25,135,47); }
H1.HeaderClassName
{
color: #19872F;
}
.AnyTagClassName
{
color: #19872F;
}
</style>
background-color css
<style>
a { background-color: #19872F; }
a { background-color: rgb(25,135,47); }
div.DivClassName
{
background-color: #19872F;
}
.BgClassName
{
background-color: #19872F;
}
</style>
border-color css
<style>
span { border-color: #19872F; }
span { border-color: rgb(25,135,47); }
td.TdClassName
{
border-color: #19872F;
}
.TagClassName
{
border-color: #19872F;
}
</style>