Shades of Pigment Green #119345
Tints of Pigment Green #119345
RGB
CMYK
RGB Variations
Color information
#119345 (or 0x119345) is known color: Pigment Green. HEX triplet: 11, 93 and 45. RGB value is (17,147,69). Sum of RGB (Red+Green+Blue) = 17+147+69=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #119345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119345 is #EE6CBA. Grayscale: #636363. Windows color (decimal): -15625403 or 4559633. OLE color: 4559633.
HSL color Cylindrical-coordinate representation of color #119345: hue angle of 144º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119345 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 69 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.42 |
| HSL | 144º | 0.79% | 0.32% | - |
| HSV(B) | 144º | 0.88% | 0.58% | - |
| XYZ | 11.74 | 21.42 | 9.15 | - |
| YUV | 99.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 69 | 0.88 | 0 | 0.53 | 0.42 | 144 | 0.79 | 0.32 |
| Hex | 11 | 93 | 45 | 58 | 0 | 35 | 2A | 90 | 4F | 20 |
| Octal | 21 | 223 | 105 | 130 | 0 | 65 | 52 | 220 | 117 | 40 |
| Binary | 10001 | 10010011 | 1000101 | 1011000 | 0 | 110101 | 101010 | 10010000 | 1001111 | 100000 |
Color Harmonies of #119345
Complementary color
Monochromatic Colors of #119345
Black with #119345
Text Example
Text Example
White with #119345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119345; }
p { color: rgb(17,147,69); }
H1.HeaderClassName
{
color: #119345;
}
.AnyTagClassName
{
color: #119345;
}
</style>
background-color css
<style>
a { background-color: #119345; }
a { background-color: rgb(17,147,69); }
div.DivClassName
{
background-color: #119345;
}
.BgClassName
{
background-color: #119345;
}
</style>
border-color css
<style>
span { border-color: #119345; }
span { border-color: rgb(17,147,69); }
td.TdClassName
{
border-color: #119345;
}
.TagClassName
{
border-color: #119345;
}
</style>