Shades of Pigment Green #119849
Tints of Pigment Green #119849
RGB
CMYK
RGB Variations
Color information
#119849 (or 0x119849) is known color: Pigment Green. HEX triplet: 11, 98 and 49. RGB value is (17,152,73). Sum of RGB (Red+Green+Blue) = 17+152+73=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #119849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119849 is #EE67B6. Grayscale: #666666. Windows color (decimal): -15624119 or 4823057. OLE color: 4823057.
HSL color Cylindrical-coordinate representation of color #119849: hue angle of 144.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119849 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 73 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.40 |
| HSL | 144.89º | 0.8% | 0.33% | - |
| HSV(B) | 144.89º | 0.89% | 0.6% | - |
| XYZ | 12.66 | 23.06 | 10.09 | - |
| YUV | 102.63 | 111.27 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 73 | 0.89 | 0 | 0.52 | 0.40 | 144.89 | 0.8 | 0.33 |
| Hex | 11 | 98 | 49 | 59 | 0 | 34 | 28 | 91 | 50 | 21 |
| Octal | 21 | 230 | 111 | 131 | 0 | 64 | 50 | 221 | 120 | 41 |
| Binary | 10001 | 10011000 | 1001001 | 1011001 | 0 | 110100 | 101000 | 10010001 | 1010000 | 100001 |
Color Harmonies of #119849
Complementary color
Monochromatic Colors of #119849
Black with #119849
Text Example
Text Example
White with #119849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119849; }
p { color: rgb(17,152,73); }
H1.HeaderClassName
{
color: #119849;
}
.AnyTagClassName
{
color: #119849;
}
</style>
background-color css
<style>
a { background-color: #119849; }
a { background-color: rgb(17,152,73); }
div.DivClassName
{
background-color: #119849;
}
.BgClassName
{
background-color: #119849;
}
</style>
border-color css
<style>
span { border-color: #119849; }
span { border-color: rgb(17,152,73); }
td.TdClassName
{
border-color: #119849;
}
.TagClassName
{
border-color: #119849;
}
</style>