Shades of Pigment Green #199D42
Tints of Pigment Green #199D42
RGB
CMYK
RGB Variations
Color information
#199D42 (or 0x199D42) is known color: Pigment Green. HEX triplet: 19, 9D and 42. RGB value is (25,157,66). Sum of RGB (Red+Green+Blue) = 25+157+66=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #199D42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199D42 is #E662BD. Grayscale: #6B6B6B. Windows color (decimal): -15098558 or 4365593. OLE color: 4365593.
HSL color Cylindrical-coordinate representation of color #199D42: hue angle of 138.64º 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 #199D42 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 66 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.38 |
| HSL | 138.64º | 0.73% | 0.36% | - |
| HSV(B) | 138.64º | 0.84% | 0.62% | - |
| XYZ | 13.44 | 24.71 | 9.22 | - |
| YUV | 107.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 66 | 0.84 | 0 | 0.58 | 0.38 | 138.64 | 0.73 | 0.36 |
| Hex | 19 | 9D | 42 | 54 | 0 | 3A | 26 | 8B | 49 | 24 |
| Octal | 31 | 235 | 102 | 124 | 0 | 72 | 46 | 213 | 111 | 44 |
| Binary | 11001 | 10011101 | 1000010 | 1010100 | 0 | 111010 | 100110 | 10001011 | 1001001 | 100100 |
Color Harmonies of #199D42
Complementary color
Monochromatic Colors of #199D42
Black with #199D42
Text Example
Text Example
White with #199D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D42; }
p { color: rgb(25,157,66); }
H1.HeaderClassName
{
color: #199D42;
}
.AnyTagClassName
{
color: #199D42;
}
</style>
background-color css
<style>
a { background-color: #199D42; }
a { background-color: rgb(25,157,66); }
div.DivClassName
{
background-color: #199D42;
}
.BgClassName
{
background-color: #199D42;
}
</style>
border-color css
<style>
span { border-color: #199D42; }
span { border-color: rgb(25,157,66); }
td.TdClassName
{
border-color: #199D42;
}
.TagClassName
{
border-color: #199D42;
}
</style>