Shades of Pigment Green #119949
Tints of Pigment Green #119949
RGB
CMYK
RGB Variations
Color information
#119949 (or 0x119949) is known color: Pigment Green. HEX triplet: 11, 99 and 49. RGB value is (17,153,73). Sum of RGB (Red+Green+Blue) = 17+153+73=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #119949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119949 is #EE66B6. Grayscale: #676767. Windows color (decimal): -15623863 or 4823313. OLE color: 4823313.
HSL color Cylindrical-coordinate representation of color #119949: hue angle of 144.71º 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 #119949 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 73 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.4 |
| HSL | 144.71º | 0.8% | 0.33% | - |
| HSV(B) | 144.71º | 0.89% | 0.6% | - |
| XYZ | 12.83 | 23.38 | 10.14 | - |
| YUV | 103.22 | 110.94 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 73 | 0.89 | 0 | 0.52 | 0.4 | 144.71 | 0.8 | 0.33 |
| Hex | 11 | 99 | 49 | 59 | 0 | 34 | 28 | 91 | 50 | 21 |
| Octal | 21 | 231 | 111 | 131 | 0 | 64 | 50 | 221 | 120 | 41 |
| Binary | 10001 | 10011001 | 1001001 | 1011001 | 0 | 110100 | 101000 | 10010001 | 1010000 | 100001 |
Color Harmonies of #119949
Complementary color
Monochromatic Colors of #119949
Black with #119949
Text Example
Text Example
White with #119949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119949; }
p { color: rgb(17,153,73); }
H1.HeaderClassName
{
color: #119949;
}
.AnyTagClassName
{
color: #119949;
}
</style>
background-color css
<style>
a { background-color: #119949; }
a { background-color: rgb(17,153,73); }
div.DivClassName
{
background-color: #119949;
}
.BgClassName
{
background-color: #119949;
}
</style>
border-color css
<style>
span { border-color: #119949; }
span { border-color: rgb(17,153,73); }
td.TdClassName
{
border-color: #119949;
}
.TagClassName
{
border-color: #119949;
}
</style>