Shades of Pigment Green #119B44
Tints of Pigment Green #119B44
RGB
CMYK
RGB Variations
Color information
#119B44 (or 0x119B44) is known color: Pigment Green. HEX triplet: 11, 9B and 44. RGB value is (17,155,68). Sum of RGB (Red+Green+Blue) = 17+155+68=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #119B44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B44 is #EE64BB. Grayscale: #686868. Windows color (decimal): -15623356 or 4496145. OLE color: 4496145.
HSL color Cylindrical-coordinate representation of color #119B44: hue angle of 142.17º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B44 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 68 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.39 |
| HSL | 142.17º | 0.8% | 0.34% | - |
| HSV(B) | 142.17º | 0.89% | 0.61% | - |
| XYZ | 13 | 23.98 | 9.41 | - |
| YUV | 103.82 | 107.78 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 68 | 0.89 | 0 | 0.56 | 0.39 | 142.17 | 0.8 | 0.34 |
| Hex | 11 | 9B | 44 | 59 | 0 | 38 | 27 | 8E | 50 | 22 |
| Octal | 21 | 233 | 104 | 131 | 0 | 70 | 47 | 216 | 120 | 42 |
| Binary | 10001 | 10011011 | 1000100 | 1011001 | 0 | 111000 | 100111 | 10001110 | 1010000 | 100010 |
Color Harmonies of #119B44
Complementary color
Monochromatic Colors of #119B44
Black with #119B44
Text Example
Text Example
White with #119B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B44; }
p { color: rgb(17,155,68); }
H1.HeaderClassName
{
color: #119B44;
}
.AnyTagClassName
{
color: #119B44;
}
</style>
background-color css
<style>
a { background-color: #119B44; }
a { background-color: rgb(17,155,68); }
div.DivClassName
{
background-color: #119B44;
}
.BgClassName
{
background-color: #119B44;
}
</style>
border-color css
<style>
span { border-color: #119B44; }
span { border-color: rgb(17,155,68); }
td.TdClassName
{
border-color: #119B44;
}
.TagClassName
{
border-color: #119B44;
}
</style>