Shades of Pigment Green #199F4D
Tints of Pigment Green #199F4D
RGB
CMYK
RGB Variations
Color information
#199F4D (or 0x199F4D) is known color: Pigment Green. HEX triplet: 19, 9F and 4D. RGB value is (25,159,77). Sum of RGB (Red+Green+Blue) = 25+159+77=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #199F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199F4D is #E660B2. Grayscale: #6D6D6D. Windows color (decimal): -15098035 or 5087001. OLE color: 5087001.
HSL color Cylindrical-coordinate representation of color #199F4D: hue angle of 143.28º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199F4D is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 77 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.38 |
| HSL | 143.28º | 0.73% | 0.36% | - |
| HSV(B) | 143.28º | 0.84% | 0.62% | - |
| XYZ | 14.14 | 25.54 | 11.21 | - |
| YUV | 109.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 77 | 0.84 | 0 | 0.52 | 0.38 | 143.28 | 0.73 | 0.36 |
| Hex | 19 | 9F | 4D | 54 | 0 | 34 | 26 | 8F | 49 | 24 |
| Octal | 31 | 237 | 115 | 124 | 0 | 64 | 46 | 217 | 111 | 44 |
| Binary | 11001 | 10011111 | 1001101 | 1010100 | 0 | 110100 | 100110 | 10001111 | 1001001 | 100100 |
Color Harmonies of #199F4D
Complementary color
Monochromatic Colors of #199F4D
Black with #199F4D
Text Example
Text Example
White with #199F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F4D; }
p { color: rgb(25,159,77); }
H1.HeaderClassName
{
color: #199F4D;
}
.AnyTagClassName
{
color: #199F4D;
}
</style>
background-color css
<style>
a { background-color: #199F4D; }
a { background-color: rgb(25,159,77); }
div.DivClassName
{
background-color: #199F4D;
}
.BgClassName
{
background-color: #199F4D;
}
</style>
border-color css
<style>
span { border-color: #199F4D; }
span { border-color: rgb(25,159,77); }
td.TdClassName
{
border-color: #199F4D;
}
.TagClassName
{
border-color: #199F4D;
}
</style>