Shades of Pigment Green #119447
Tints of Pigment Green #119447
RGB
CMYK
RGB Variations
Color information
#119447 (or 0x119447) is known color: Pigment Green. HEX triplet: 11, 94 and 47. RGB value is (17,148,71). Sum of RGB (Red+Green+Blue) = 17+148+71=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #119447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119447 is #EE6BB8. Grayscale: #646464. Windows color (decimal): -15625145 or 4690961. OLE color: 4690961.
HSL color Cylindrical-coordinate representation of color #119447: hue angle of 144.73º 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 #119447 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 71 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.42 |
| HSL | 144.73º | 0.79% | 0.32% | - |
| HSV(B) | 144.73º | 0.89% | 0.58% | - |
| XYZ | 11.96 | 21.75 | 9.53 | - |
| YUV | 100.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 71 | 0.89 | 0 | 0.52 | 0.42 | 144.73 | 0.79 | 0.32 |
| Hex | 11 | 94 | 47 | 59 | 0 | 34 | 2A | 91 | 4F | 20 |
| Octal | 21 | 224 | 107 | 131 | 0 | 64 | 52 | 221 | 117 | 40 |
| Binary | 10001 | 10010100 | 1000111 | 1011001 | 0 | 110100 | 101010 | 10010001 | 1001111 | 100000 |
Color Harmonies of #119447
Complementary color
Monochromatic Colors of #119447
Black with #119447
Text Example
Text Example
White with #119447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119447; }
p { color: rgb(17,148,71); }
H1.HeaderClassName
{
color: #119447;
}
.AnyTagClassName
{
color: #119447;
}
</style>
background-color css
<style>
a { background-color: #119447; }
a { background-color: rgb(17,148,71); }
div.DivClassName
{
background-color: #119447;
}
.BgClassName
{
background-color: #119447;
}
</style>
border-color css
<style>
span { border-color: #119447; }
span { border-color: rgb(17,148,71); }
td.TdClassName
{
border-color: #119447;
}
.TagClassName
{
border-color: #119447;
}
</style>