Shades of Pigment Green #199C41
Tints of Pigment Green #199C41
RGB
CMYK
RGB Variations
Color information
#199C41 (or 0x199C41) is known color: Pigment Green. HEX triplet: 19, 9C and 41. RGB value is (25,156,65). Sum of RGB (Red+Green+Blue) = 25+156+65=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #199C41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199C41 is #E663BE. Grayscale: #6A6A6A. Windows color (decimal): -15098815 or 4299801. OLE color: 4299801.
HSL color Cylindrical-coordinate representation of color #199C41: hue angle of 138.32º 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 #199C41 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 65 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.39 |
| HSL | 138.32º | 0.72% | 0.35% | - |
| HSV(B) | 138.32º | 0.84% | 0.61% | - |
| XYZ | 13.24 | 24.37 | 9.01 | - |
| YUV | 106.46 | 104.6 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 65 | 0.84 | 0 | 0.58 | 0.39 | 138.32 | 0.72 | 0.35 |
| Hex | 19 | 9C | 41 | 54 | 0 | 3A | 27 | 8A | 48 | 23 |
| Octal | 31 | 234 | 101 | 124 | 0 | 72 | 47 | 212 | 110 | 43 |
| Binary | 11001 | 10011100 | 1000001 | 1010100 | 0 | 111010 | 100111 | 10001010 | 1001000 | 100011 |
Color Harmonies of #199C41
Complementary color
Monochromatic Colors of #199C41
Black with #199C41
Text Example
Text Example
White with #199C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C41; }
p { color: rgb(25,156,65); }
H1.HeaderClassName
{
color: #199C41;
}
.AnyTagClassName
{
color: #199C41;
}
</style>
background-color css
<style>
a { background-color: #199C41; }
a { background-color: rgb(25,156,65); }
div.DivClassName
{
background-color: #199C41;
}
.BgClassName
{
background-color: #199C41;
}
</style>
border-color css
<style>
span { border-color: #199C41; }
span { border-color: rgb(25,156,65); }
td.TdClassName
{
border-color: #199C41;
}
.TagClassName
{
border-color: #199C41;
}
</style>