Shades of Pigment Green #139443
Tints of Pigment Green #139443
RGB
CMYK
RGB Variations
Color information
#139443 (or 0x139443) is known color: Pigment Green. HEX triplet: 13, 94 and 43. RGB value is (19,148,67). Sum of RGB (Red+Green+Blue) = 19+148+67=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #139443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139443 is #EC6BBC. Grayscale: #646464. Windows color (decimal): -15494077 or 4428819. OLE color: 4428819.
HSL color Cylindrical-coordinate representation of color #139443: hue angle of 142.33º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139443 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 67 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.42 |
| HSL | 142.33º | 0.77% | 0.33% | - |
| HSV(B) | 142.33º | 0.87% | 0.58% | - |
| XYZ | 11.87 | 21.72 | 8.88 | - |
| YUV | 100.2 | 109.26 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 67 | 0.87 | 0 | 0.55 | 0.42 | 142.33 | 0.77 | 0.33 |
| Hex | 13 | 94 | 43 | 57 | 0 | 37 | 2A | 8E | 4D | 21 |
| Octal | 23 | 224 | 103 | 127 | 0 | 67 | 52 | 216 | 115 | 41 |
| Binary | 10011 | 10010100 | 1000011 | 1010111 | 0 | 110111 | 101010 | 10001110 | 1001101 | 100001 |
Color Harmonies of #139443
Complementary color
Monochromatic Colors of #139443
Black with #139443
Text Example
Text Example
White with #139443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139443; }
p { color: rgb(19,148,67); }
H1.HeaderClassName
{
color: #139443;
}
.AnyTagClassName
{
color: #139443;
}
</style>
background-color css
<style>
a { background-color: #139443; }
a { background-color: rgb(19,148,67); }
div.DivClassName
{
background-color: #139443;
}
.BgClassName
{
background-color: #139443;
}
</style>
border-color css
<style>
span { border-color: #139443; }
span { border-color: rgb(19,148,67); }
td.TdClassName
{
border-color: #139443;
}
.TagClassName
{
border-color: #139443;
}
</style>