Shades of Pigment Green #119B3D
Tints of Pigment Green #119B3D
RGB
CMYK
RGB Variations
Color information
#119B3D (or 0x119B3D) is known color: Pigment Green. HEX triplet: 11, 9B and 3D. RGB value is (17,155,61). Sum of RGB (Red+Green+Blue) = 17+155+61=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 155 (60.94% from 255 or 66.52% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 155 - color contains mainly: green. Hex color #119B3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B3D is #EE64C2. Grayscale: #676767. Windows color (decimal): -15623363 or 4037393. OLE color: 4037393.
HSL color Cylindrical-coordinate representation of color #119B3D: hue angle of 139.13º 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 #119B3D is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 61 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.39 |
| HSL | 139.13º | 0.8% | 0.34% | - |
| HSV(B) | 139.13º | 0.89% | 0.61% | - |
| XYZ | 12.79 | 23.9 | 8.35 | - |
| YUV | 103.02 | 104.28 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 61 | 0.89 | 0 | 0.61 | 0.39 | 139.13 | 0.8 | 0.34 |
| Hex | 11 | 9B | 3D | 59 | 0 | 3D | 27 | 8B | 50 | 22 |
| Octal | 21 | 233 | 75 | 131 | 0 | 75 | 47 | 213 | 120 | 42 |
| Binary | 10001 | 10011011 | 111101 | 1011001 | 0 | 111101 | 100111 | 10001011 | 1010000 | 100010 |
Color Harmonies of #119B3D
Complementary color
Monochromatic Colors of #119B3D
Black with #119B3D
Text Example
Text Example
White with #119B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B3D; }
p { color: rgb(17,155,61); }
H1.HeaderClassName
{
color: #119B3D;
}
.AnyTagClassName
{
color: #119B3D;
}
</style>
background-color css
<style>
a { background-color: #119B3D; }
a { background-color: rgb(17,155,61); }
div.DivClassName
{
background-color: #119B3D;
}
.BgClassName
{
background-color: #119B3D;
}
</style>
border-color css
<style>
span { border-color: #119B3D; }
span { border-color: rgb(17,155,61); }
td.TdClassName
{
border-color: #119B3D;
}
.TagClassName
{
border-color: #119B3D;
}
</style>