Shades of Pigment Green #119748
Tints of Pigment Green #119748
RGB
CMYK
RGB Variations
Color information
#119748 (or 0x119748) is known color: Pigment Green. HEX triplet: 11, 97 and 48. RGB value is (17,151,72). Sum of RGB (Red+Green+Blue) = 17+151+72=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #119748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119748 is #EE68B7. Grayscale: #666666. Windows color (decimal): -15624376 or 4757265. OLE color: 4757265.
HSL color Cylindrical-coordinate representation of color #119748: hue angle of 144.63º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119748 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 72 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.41 |
| HSL | 144.63º | 0.8% | 0.33% | - |
| HSV(B) | 144.63º | 0.89% | 0.59% | - |
| XYZ | 12.47 | 22.72 | 9.86 | - |
| YUV | 101.93 | 111.11 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 72 | 0.89 | 0 | 0.52 | 0.41 | 144.63 | 0.8 | 0.33 |
| Hex | 11 | 97 | 48 | 59 | 0 | 34 | 29 | 91 | 50 | 21 |
| Octal | 21 | 227 | 110 | 131 | 0 | 64 | 51 | 221 | 120 | 41 |
| Binary | 10001 | 10010111 | 1001000 | 1011001 | 0 | 110100 | 101001 | 10010001 | 1010000 | 100001 |
Color Harmonies of #119748
Complementary color
Monochromatic Colors of #119748
Black with #119748
Text Example
Text Example
White with #119748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119748; }
p { color: rgb(17,151,72); }
H1.HeaderClassName
{
color: #119748;
}
.AnyTagClassName
{
color: #119748;
}
</style>
background-color css
<style>
a { background-color: #119748; }
a { background-color: rgb(17,151,72); }
div.DivClassName
{
background-color: #119748;
}
.BgClassName
{
background-color: #119748;
}
</style>
border-color css
<style>
span { border-color: #119748; }
span { border-color: rgb(17,151,72); }
td.TdClassName
{
border-color: #119748;
}
.TagClassName
{
border-color: #119748;
}
</style>