Shades of Pigment Green #11963F
Tints of Pigment Green #11963F
RGB
CMYK
RGB Variations
Color information
#11963F (or 0x11963F) is known color: Pigment Green. HEX triplet: 11, 96 and 3F. RGB value is (17,150,63). Sum of RGB (Red+Green+Blue) = 17+150+63=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #11963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11963F is #EE69C0. Grayscale: #646464. Windows color (decimal): -15624641 or 4167185. OLE color: 4167185.
HSL color Cylindrical-coordinate representation of color #11963F: hue angle of 140.75º 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 #11963F is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 63 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.41 |
| HSL | 140.75º | 0.8% | 0.33% | - |
| HSV(B) | 140.75º | 0.89% | 0.59% | - |
| XYZ | 12.03 | 22.29 | 8.37 | - |
| YUV | 100.32 | 106.94 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 63 | 0.89 | 0 | 0.58 | 0.41 | 140.75 | 0.8 | 0.33 |
| Hex | 11 | 96 | 3F | 59 | 0 | 3A | 29 | 8D | 50 | 21 |
| Octal | 21 | 226 | 77 | 131 | 0 | 72 | 51 | 215 | 120 | 41 |
| Binary | 10001 | 10010110 | 111111 | 1011001 | 0 | 111010 | 101001 | 10001101 | 1010000 | 100001 |
Color Harmonies of #11963F
Complementary color
Monochromatic Colors of #11963F
Black with #11963F
Text Example
Text Example
White with #11963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11963F; }
p { color: rgb(17,150,63); }
H1.HeaderClassName
{
color: #11963F;
}
.AnyTagClassName
{
color: #11963F;
}
</style>
background-color css
<style>
a { background-color: #11963F; }
a { background-color: rgb(17,150,63); }
div.DivClassName
{
background-color: #11963F;
}
.BgClassName
{
background-color: #11963F;
}
</style>
border-color css
<style>
span { border-color: #11963F; }
span { border-color: rgb(17,150,63); }
td.TdClassName
{
border-color: #11963F;
}
.TagClassName
{
border-color: #11963F;
}
</style>