Shades of Pigment Green #199F42
Tints of Pigment Green #199F42
RGB
CMYK
RGB Variations
Color information
#199F42 (or 0x199F42) is known color: Pigment Green. HEX triplet: 19, 9F and 42. RGB value is (25,159,66). Sum of RGB (Red+Green+Blue) = 25+159+66=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 159 (62.5% from 255 or 63.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 159 - color contains mainly: green. Hex color #199F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199F42 is #E660BD. Grayscale: #6C6C6C. Windows color (decimal): -15098046 or 4366105. OLE color: 4366105.
HSL color Cylindrical-coordinate representation of color #199F42: hue angle of 138.36º 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 #199F42 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 66 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.38 |
| HSL | 138.36º | 0.73% | 0.36% | - |
| HSV(B) | 138.36º | 0.84% | 0.62% | - |
| XYZ | 13.78 | 25.4 | 9.33 | - |
| YUV | 108.33 | 104.11 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 66 | 0.84 | 0 | 0.58 | 0.38 | 138.36 | 0.73 | 0.36 |
| Hex | 19 | 9F | 42 | 54 | 0 | 3A | 26 | 8A | 49 | 24 |
| Octal | 31 | 237 | 102 | 124 | 0 | 72 | 46 | 212 | 111 | 44 |
| Binary | 11001 | 10011111 | 1000010 | 1010100 | 0 | 111010 | 100110 | 10001010 | 1001001 | 100100 |
Color Harmonies of #199F42
Complementary color
Monochromatic Colors of #199F42
Black with #199F42
Text Example
Text Example
White with #199F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F42; }
p { color: rgb(25,159,66); }
H1.HeaderClassName
{
color: #199F42;
}
.AnyTagClassName
{
color: #199F42;
}
</style>
background-color css
<style>
a { background-color: #199F42; }
a { background-color: rgb(25,159,66); }
div.DivClassName
{
background-color: #199F42;
}
.BgClassName
{
background-color: #199F42;
}
</style>
border-color css
<style>
span { border-color: #199F42; }
span { border-color: rgb(25,159,66); }
td.TdClassName
{
border-color: #199F42;
}
.TagClassName
{
border-color: #199F42;
}
</style>