Shades of Pigment Green #119F41
Tints of Pigment Green #119F41
RGB
CMYK
RGB Variations
Color information
#119F41 (or 0x119F41) is known color: Pigment Green. HEX triplet: 11, 9F and 41. RGB value is (17,159,65). Sum of RGB (Red+Green+Blue) = 17+159+65=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 159 (62.5% from 255 or 65.98% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 159 - color contains mainly: green. Hex color #119F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F41 is #EE60BE. Grayscale: #6A6A6A. Windows color (decimal): -15622335 or 4300561. OLE color: 4300561.
HSL color Cylindrical-coordinate representation of color #119F41: hue angle of 140.28º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F41 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 65 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.38 |
| HSL | 140.28º | 0.81% | 0.35% | - |
| HSV(B) | 140.28º | 0.89% | 0.62% | - |
| XYZ | 13.58 | 25.3 | 9.17 | - |
| YUV | 105.83 | 104.96 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 65 | 0.89 | 0 | 0.59 | 0.38 | 140.28 | 0.81 | 0.35 |
| Hex | 11 | 9F | 41 | 59 | 0 | 3B | 26 | 8C | 51 | 23 |
| Octal | 21 | 237 | 101 | 131 | 0 | 73 | 46 | 214 | 121 | 43 |
| Binary | 10001 | 10011111 | 1000001 | 1011001 | 0 | 111011 | 100110 | 10001100 | 1010001 | 100011 |
Color Harmonies of #119F41
Complementary color
Monochromatic Colors of #119F41
Black with #119F41
Text Example
Text Example
White with #119F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F41; }
p { color: rgb(17,159,65); }
H1.HeaderClassName
{
color: #119F41;
}
.AnyTagClassName
{
color: #119F41;
}
</style>
background-color css
<style>
a { background-color: #119F41; }
a { background-color: rgb(17,159,65); }
div.DivClassName
{
background-color: #119F41;
}
.BgClassName
{
background-color: #119F41;
}
</style>
border-color css
<style>
span { border-color: #119F41; }
span { border-color: rgb(17,159,65); }
td.TdClassName
{
border-color: #119F41;
}
.TagClassName
{
border-color: #119F41;
}
</style>