Shades of Pigment Green #199C3C
Tints of Pigment Green #199C3C
RGB
CMYK
RGB Variations
Color information
#199C3C (or 0x199C3C) is known color: Pigment Green. HEX triplet: 19, 9C and 3C. RGB value is (25,156,60). Sum of RGB (Red+Green+Blue) = 25+156+60=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 156 (61.33% from 255 or 64.73% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 156 - color contains mainly: green. Hex color #199C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199C3C is #E663C3. Grayscale: #6A6A6A. Windows color (decimal): -15098820 or 3972121. OLE color: 3972121.
HSL color Cylindrical-coordinate representation of color #199C3C: hue angle of 136.03º 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 #199C3C is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 60 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.39 |
| HSL | 136.03º | 0.72% | 0.35% | - |
| HSV(B) | 136.03º | 0.84% | 0.61% | - |
| XYZ | 13.1 | 24.31 | 8.28 | - |
| YUV | 105.89 | 102.1 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 60 | 0.84 | 0 | 0.62 | 0.39 | 136.03 | 0.72 | 0.35 |
| Hex | 19 | 9C | 3C | 54 | 0 | 3E | 27 | 88 | 48 | 23 |
| Octal | 31 | 234 | 74 | 124 | 0 | 76 | 47 | 210 | 110 | 43 |
| Binary | 11001 | 10011100 | 111100 | 1010100 | 0 | 111110 | 100111 | 10001000 | 1001000 | 100011 |
Color Harmonies of #199C3C
Complementary color
Monochromatic Colors of #199C3C
Black with #199C3C
Text Example
Text Example
White with #199C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C3C; }
p { color: rgb(25,156,60); }
H1.HeaderClassName
{
color: #199C3C;
}
.AnyTagClassName
{
color: #199C3C;
}
</style>
background-color css
<style>
a { background-color: #199C3C; }
a { background-color: rgb(25,156,60); }
div.DivClassName
{
background-color: #199C3C;
}
.BgClassName
{
background-color: #199C3C;
}
</style>
border-color css
<style>
span { border-color: #199C3C; }
span { border-color: rgb(25,156,60); }
td.TdClassName
{
border-color: #199C3C;
}
.TagClassName
{
border-color: #199C3C;
}
</style>