Shades of Pigment Green #199C45
Tints of Pigment Green #199C45
RGB
CMYK
RGB Variations
Color information
#199C45 (or 0x199C45) is known color: Pigment Green. HEX triplet: 19, 9C and 45. RGB value is (25,156,69). Sum of RGB (Red+Green+Blue) = 25+156+69=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 156 (61.33% from 255 or 62.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 156 - color contains mainly: green. Hex color #199C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199C45 is #E663BA. Grayscale: #6B6B6B. Windows color (decimal): -15098811 or 4561945. OLE color: 4561945.
HSL color Cylindrical-coordinate representation of color #199C45: hue angle of 140.15º 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 #199C45 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 69 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.39 |
| HSL | 140.15º | 0.72% | 0.35% | - |
| HSV(B) | 140.15º | 0.84% | 0.61% | - |
| XYZ | 13.36 | 24.41 | 9.64 | - |
| YUV | 106.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 69 | 0.84 | 0 | 0.56 | 0.39 | 140.15 | 0.72 | 0.35 |
| Hex | 19 | 9C | 45 | 54 | 0 | 38 | 27 | 8C | 48 | 23 |
| Octal | 31 | 234 | 105 | 124 | 0 | 70 | 47 | 214 | 110 | 43 |
| Binary | 11001 | 10011100 | 1000101 | 1010100 | 0 | 111000 | 100111 | 10001100 | 1001000 | 100011 |
Color Harmonies of #199C45
Complementary color
Monochromatic Colors of #199C45
Black with #199C45
Text Example
Text Example
White with #199C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C45; }
p { color: rgb(25,156,69); }
H1.HeaderClassName
{
color: #199C45;
}
.AnyTagClassName
{
color: #199C45;
}
</style>
background-color css
<style>
a { background-color: #199C45; }
a { background-color: rgb(25,156,69); }
div.DivClassName
{
background-color: #199C45;
}
.BgClassName
{
background-color: #199C45;
}
</style>
border-color css
<style>
span { border-color: #199C45; }
span { border-color: rgb(25,156,69); }
td.TdClassName
{
border-color: #199C45;
}
.TagClassName
{
border-color: #199C45;
}
</style>