Shades of Pigment Green #199B40
Tints of Pigment Green #199B40
RGB
CMYK
RGB Variations
Color information
#199B40 (or 0x199B40) is known color: Pigment Green. HEX triplet: 19, 9B and 40. RGB value is (25,155,64). Sum of RGB (Red+Green+Blue) = 25+155+64=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 155 (60.94% from 255 or 63.52% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 155 - color contains mainly: green. Hex color #199B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199B40 is #E664BF. Grayscale: #696969. Windows color (decimal): -15099072 or 4234009. OLE color: 4234009.
HSL color Cylindrical-coordinate representation of color #199B40: hue angle of 138º 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 #199B40 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 64 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.39 |
| HSL | 138º | 0.72% | 0.35% | - |
| HSV(B) | 138º | 0.84% | 0.61% | - |
| XYZ | 13.05 | 24.02 | 8.8 | - |
| YUV | 105.76 | 104.43 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 64 | 0.84 | 0 | 0.59 | 0.39 | 138 | 0.72 | 0.35 |
| Hex | 19 | 9B | 40 | 54 | 0 | 3B | 27 | 8A | 48 | 23 |
| Octal | 31 | 233 | 100 | 124 | 0 | 73 | 47 | 212 | 110 | 43 |
| Binary | 11001 | 10011011 | 1000000 | 1010100 | 0 | 111011 | 100111 | 10001010 | 1001000 | 100011 |
Color Harmonies of #199B40
Complementary color
Monochromatic Colors of #199B40
Black with #199B40
Text Example
Text Example
White with #199B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B40; }
p { color: rgb(25,155,64); }
H1.HeaderClassName
{
color: #199B40;
}
.AnyTagClassName
{
color: #199B40;
}
</style>
background-color css
<style>
a { background-color: #199B40; }
a { background-color: rgb(25,155,64); }
div.DivClassName
{
background-color: #199B40;
}
.BgClassName
{
background-color: #199B40;
}
</style>
border-color css
<style>
span { border-color: #199B40; }
span { border-color: rgb(25,155,64); }
td.TdClassName
{
border-color: #199B40;
}
.TagClassName
{
border-color: #199B40;
}
</style>