Shades of Pigment Green #119D3B
Tints of Pigment Green #119D3B
RGB
CMYK
RGB Variations
Color information
#119D3B (or 0x119D3B) is known color: Pigment Green. HEX triplet: 11, 9D and 3B. RGB value is (17,157,59). Sum of RGB (Red+Green+Blue) = 17+157+59=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 157 (61.72% from 255 or 67.38% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 157 - color contains mainly: green. Hex color #119D3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D3B is #EE62C4. Grayscale: #686868. Windows color (decimal): -15622853 or 3906833. OLE color: 3906833.
HSL color Cylindrical-coordinate representation of color #119D3B: hue angle of 138º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D3B is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 59 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.38 |
| HSL | 138º | 0.8% | 0.34% | - |
| HSV(B) | 138º | 0.89% | 0.62% | - |
| XYZ | 13.08 | 24.55 | 8.19 | - |
| YUV | 103.97 | 102.62 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 59 | 0.89 | 0 | 0.62 | 0.38 | 138 | 0.8 | 0.34 |
| Hex | 11 | 9D | 3B | 59 | 0 | 3E | 26 | 8A | 50 | 22 |
| Octal | 21 | 235 | 73 | 131 | 0 | 76 | 46 | 212 | 120 | 42 |
| Binary | 10001 | 10011101 | 111011 | 1011001 | 0 | 111110 | 100110 | 10001010 | 1010000 | 100010 |
Color Harmonies of #119D3B
Complementary color
Monochromatic Colors of #119D3B
Black with #119D3B
Text Example
Text Example
White with #119D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D3B; }
p { color: rgb(17,157,59); }
H1.HeaderClassName
{
color: #119D3B;
}
.AnyTagClassName
{
color: #119D3B;
}
</style>
background-color css
<style>
a { background-color: #119D3B; }
a { background-color: rgb(17,157,59); }
div.DivClassName
{
background-color: #119D3B;
}
.BgClassName
{
background-color: #119D3B;
}
</style>
border-color css
<style>
span { border-color: #119D3B; }
span { border-color: rgb(17,157,59); }
td.TdClassName
{
border-color: #119D3B;
}
.TagClassName
{
border-color: #119D3B;
}
</style>