Shades of Forest Green #199C30
Tints of Forest Green #199C30
RGB
CMYK
RGB Variations
Color information
#199C30 (or 0x199C30) is known color: Forest Green. HEX triplet: 19, 9C and 30. RGB value is (25,156,48). Sum of RGB (Red+Green+Blue) = 25+156+48=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #199C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199C30 is #E663CF. Grayscale: #686868. Windows color (decimal): -15098832 or 3185689. OLE color: 3185689.
HSL color Cylindrical-coordinate representation of color #199C30: hue angle of 130.53º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C30 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 48 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.39 |
| HSL | 130.53º | 0.72% | 0.35% | - |
| HSV(B) | 130.53º | 0.84% | 0.61% | - |
| XYZ | 12.82 | 24.2 | 6.79 | - |
| YUV | 104.52 | 96.1 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 48 | 0.84 | 0 | 0.69 | 0.39 | 130.53 | 0.72 | 0.35 |
| Hex | 19 | 9C | 30 | 54 | 0 | 45 | 27 | 83 | 48 | 23 |
| Octal | 31 | 234 | 60 | 124 | 0 | 105 | 47 | 203 | 110 | 43 |
| Binary | 11001 | 10011100 | 110000 | 1010100 | 0 | 1000101 | 100111 | 10000011 | 1001000 | 100011 |
Color Harmonies of #199C30
Complementary color
Monochromatic Colors of #199C30
Black with #199C30
Text Example
Text Example
White with #199C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C30; }
p { color: rgb(25,156,48); }
H1.HeaderClassName
{
color: #199C30;
}
.AnyTagClassName
{
color: #199C30;
}
</style>
background-color css
<style>
a { background-color: #199C30; }
a { background-color: rgb(25,156,48); }
div.DivClassName
{
background-color: #199C30;
}
.BgClassName
{
background-color: #199C30;
}
</style>
border-color css
<style>
span { border-color: #199C30; }
span { border-color: rgb(25,156,48); }
td.TdClassName
{
border-color: #199C30;
}
.TagClassName
{
border-color: #199C30;
}
</style>