Shades of Forest Green #19981C
Tints of Forest Green #19981C
RGB
CMYK
RGB Variations
Color information
#19981C (or 0x19981C) is known color: Forest Green. HEX triplet: 19, 98 and 1C. RGB value is (25,152,28). Sum of RGB (Red+Green+Blue) = 25+152+28=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 152 (59.77% from 255 or 74.15% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 152 - color contains mainly: green. Hex color #19981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19981C is #E667E3. Grayscale: #646464. Windows color (decimal): -15099876 or 1873945. OLE color: 1873945.
HSL color Cylindrical-coordinate representation of color #19981C: hue angle of 121.42º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19981C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 28 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.40 |
| HSL | 121.42º | 0.72% | 0.35% | - |
| HSV(B) | 121.42º | 0.84% | 0.6% | - |
| XYZ | 11.84 | 22.75 | 4.87 | - |
| YUV | 99.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 28 | 0.84 | 0 | 0.82 | 0.40 | 121.42 | 0.72 | 0.35 |
| Hex | 19 | 98 | 1C | 54 | 0 | 52 | 28 | 79 | 48 | 23 |
| Octal | 31 | 230 | 34 | 124 | 0 | 122 | 50 | 171 | 110 | 43 |
| Binary | 11001 | 10011000 | 11100 | 1010100 | 0 | 1010010 | 101000 | 1111001 | 1001000 | 100011 |
Color Harmonies of #19981C
Complementary color
Monochromatic Colors of #19981C
Black with #19981C
Text Example
Text Example
White with #19981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19981C; }
p { color: rgb(25,152,28); }
H1.HeaderClassName
{
color: #19981C;
}
.AnyTagClassName
{
color: #19981C;
}
</style>
background-color css
<style>
a { background-color: #19981C; }
a { background-color: rgb(25,152,28); }
div.DivClassName
{
background-color: #19981C;
}
.BgClassName
{
background-color: #19981C;
}
</style>
border-color css
<style>
span { border-color: #19981C; }
span { border-color: rgb(25,152,28); }
td.TdClassName
{
border-color: #19981C;
}
.TagClassName
{
border-color: #19981C;
}
</style>