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