Shades of Pigment Green #119443
Tints of Pigment Green #119443
RGB
CMYK
RGB Variations
Color information
#119443 (or 0x119443) is known color: Pigment Green. HEX triplet: 11, 94 and 43. RGB value is (17,148,67). Sum of RGB (Red+Green+Blue) = 17+148+67=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #119443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119443 is #EE6BBC. Grayscale: #636363. Windows color (decimal): -15625149 or 4428817. OLE color: 4428817.
HSL color Cylindrical-coordinate representation of color #119443: hue angle of 142.9º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119443 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 67 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.42 |
| HSL | 142.9º | 0.79% | 0.32% | - |
| HSV(B) | 142.9º | 0.89% | 0.58% | - |
| XYZ | 11.83 | 21.7 | 8.88 | - |
| YUV | 99.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 67 | 0.89 | 0 | 0.55 | 0.42 | 142.9 | 0.79 | 0.32 |
| Hex | 11 | 94 | 43 | 59 | 0 | 37 | 2A | 8F | 4F | 20 |
| Octal | 21 | 224 | 103 | 131 | 0 | 67 | 52 | 217 | 117 | 40 |
| Binary | 10001 | 10010100 | 1000011 | 1011001 | 0 | 110111 | 101010 | 10001111 | 1001111 | 100000 |
Color Harmonies of #119443
Complementary color
Monochromatic Colors of #119443
Black with #119443
Text Example
Text Example
White with #119443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119443; }
p { color: rgb(17,148,67); }
H1.HeaderClassName
{
color: #119443;
}
.AnyTagClassName
{
color: #119443;
}
</style>
background-color css
<style>
a { background-color: #119443; }
a { background-color: rgb(17,148,67); }
div.DivClassName
{
background-color: #119443;
}
.BgClassName
{
background-color: #119443;
}
</style>
border-color css
<style>
span { border-color: #119443; }
span { border-color: rgb(17,148,67); }
td.TdClassName
{
border-color: #119443;
}
.TagClassName
{
border-color: #119443;
}
</style>