Shades of Forest Green #199030
Tints of Forest Green #199030
RGB
CMYK
RGB Variations
Color information
#199030 (or 0x199030) is known color: Forest Green. HEX triplet: 19, 90 and 30. RGB value is (25,144,48). Sum of RGB (Red+Green+Blue) = 25+144+48=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 144 (56.64% from 255 or 66.36% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 144 - color contains mainly: green. Hex color #199030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199030 is #E66FCF. Grayscale: #616161. Windows color (decimal): -15101904 or 3182617. OLE color: 3182617.
HSL color Cylindrical-coordinate representation of color #199030: hue angle of 131.6º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199030 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 144 | 48 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.44 |
| HSL | 131.6º | 0.7% | 0.33% | - |
| HSV(B) | 131.6º | 0.83% | 0.56% | - |
| XYZ | 10.91 | 20.37 | 6.15 | - |
| YUV | 97.48 | 100.08 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 48 | 0.83 | 0 | 0.67 | 0.44 | 131.6 | 0.7 | 0.33 |
| Hex | 19 | 90 | 30 | 53 | 0 | 43 | 2C | 84 | 46 | 21 |
| Octal | 31 | 220 | 60 | 123 | 0 | 103 | 54 | 204 | 106 | 41 |
| Binary | 11001 | 10010000 | 110000 | 1010011 | 0 | 1000011 | 101100 | 10000100 | 1000110 | 100001 |
Color Harmonies of #199030
Complementary color
Monochromatic Colors of #199030
Black with #199030
Text Example
Text Example
White with #199030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199030; }
p { color: rgb(25,144,48); }
H1.HeaderClassName
{
color: #199030;
}
.AnyTagClassName
{
color: #199030;
}
</style>
background-color css
<style>
a { background-color: #199030; }
a { background-color: rgb(25,144,48); }
div.DivClassName
{
background-color: #199030;
}
.BgClassName
{
background-color: #199030;
}
</style>
border-color css
<style>
span { border-color: #199030; }
span { border-color: rgb(25,144,48); }
td.TdClassName
{
border-color: #199030;
}
.TagClassName
{
border-color: #199030;
}
</style>