Shades of Pigment Green #11974D
Tints of Pigment Green #11974D
RGB
CMYK
RGB Variations
Color information
#11974D (or 0x11974D) is known color: Pigment Green. HEX triplet: 11, 97 and 4D. RGB value is (17,151,77). Sum of RGB (Red+Green+Blue) = 17+151+77=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #11974D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11974D is #EE68B2. Grayscale: #666666. Windows color (decimal): -15624371 or 5084945. OLE color: 5084945.
HSL color Cylindrical-coordinate representation of color #11974D: hue angle of 146.87º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11974D is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 77 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.41 |
| HSL | 146.87º | 0.8% | 0.33% | - |
| HSV(B) | 146.87º | 0.89% | 0.59% | - |
| XYZ | 12.64 | 22.79 | 10.75 | - |
| YUV | 102.5 | 113.61 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 77 | 0.89 | 0 | 0.49 | 0.41 | 146.87 | 0.8 | 0.33 |
| Hex | 11 | 97 | 4D | 59 | 0 | 31 | 29 | 93 | 50 | 21 |
| Octal | 21 | 227 | 115 | 131 | 0 | 61 | 51 | 223 | 120 | 41 |
| Binary | 10001 | 10010111 | 1001101 | 1011001 | 0 | 110001 | 101001 | 10010011 | 1010000 | 100001 |
Color Harmonies of #11974D
Complementary color
Monochromatic Colors of #11974D
Black with #11974D
Text Example
Text Example
White with #11974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11974D; }
p { color: rgb(17,151,77); }
H1.HeaderClassName
{
color: #11974D;
}
.AnyTagClassName
{
color: #11974D;
}
</style>
background-color css
<style>
a { background-color: #11974D; }
a { background-color: rgb(17,151,77); }
div.DivClassName
{
background-color: #11974D;
}
.BgClassName
{
background-color: #11974D;
}
</style>
border-color css
<style>
span { border-color: #11974D; }
span { border-color: rgb(17,151,77); }
td.TdClassName
{
border-color: #11974D;
}
.TagClassName
{
border-color: #11974D;
}
</style>