Shades of Pigment Green #11963E
Tints of Pigment Green #11963E
RGB
CMYK
RGB Variations
Color information
#11963E (or 0x11963E) is known color: Pigment Green. HEX triplet: 11, 96 and 3E. RGB value is (17,150,62). Sum of RGB (Red+Green+Blue) = 17+150+62=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #11963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11963E is #EE69C1. Grayscale: #646464. Windows color (decimal): -15624642 or 4101649. OLE color: 4101649.
HSL color Cylindrical-coordinate representation of color #11963E: hue angle of 140.3º 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 #11963E is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 62 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.41 |
| HSL | 140.3º | 0.8% | 0.33% | - |
| HSV(B) | 140.3º | 0.89% | 0.59% | - |
| XYZ | 12.01 | 22.28 | 8.22 | - |
| YUV | 100.2 | 106.44 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 62 | 0.89 | 0 | 0.59 | 0.41 | 140.3 | 0.8 | 0.33 |
| Hex | 11 | 96 | 3E | 59 | 0 | 3B | 29 | 8C | 50 | 21 |
| Octal | 21 | 226 | 76 | 131 | 0 | 73 | 51 | 214 | 120 | 41 |
| Binary | 10001 | 10010110 | 111110 | 1011001 | 0 | 111011 | 101001 | 10001100 | 1010000 | 100001 |
Color Harmonies of #11963E
Complementary color
Monochromatic Colors of #11963E
Black with #11963E
Text Example
Text Example
White with #11963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11963E; }
p { color: rgb(17,150,62); }
H1.HeaderClassName
{
color: #11963E;
}
.AnyTagClassName
{
color: #11963E;
}
</style>
background-color css
<style>
a { background-color: #11963E; }
a { background-color: rgb(17,150,62); }
div.DivClassName
{
background-color: #11963E;
}
.BgClassName
{
background-color: #11963E;
}
</style>
border-color css
<style>
span { border-color: #11963E; }
span { border-color: rgb(17,150,62); }
td.TdClassName
{
border-color: #11963E;
}
.TagClassName
{
border-color: #11963E;
}
</style>