Shades of Pigment Green #11973C
Tints of Pigment Green #11973C
RGB
CMYK
RGB Variations
Color information
#11973C (or 0x11973C) is known color: Pigment Green. HEX triplet: 11, 97 and 3C. RGB value is (17,151,60). Sum of RGB (Red+Green+Blue) = 17+151+60=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #11973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11973C is #EE68C3. Grayscale: #646464. Windows color (decimal): -15624388 or 3970833. OLE color: 3970833.
HSL color Cylindrical-coordinate representation of color #11973C: hue angle of 139.25º 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 #11973C is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 60 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.41 |
| HSL | 139.25º | 0.8% | 0.33% | - |
| HSV(B) | 139.25º | 0.89% | 0.59% | - |
| XYZ | 12.11 | 22.58 | 7.99 | - |
| YUV | 100.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 60 | 0.89 | 0 | 0.60 | 0.41 | 139.25 | 0.8 | 0.33 |
| Hex | 11 | 97 | 3C | 59 | 0 | 3C | 29 | 8B | 50 | 21 |
| Octal | 21 | 227 | 74 | 131 | 0 | 74 | 51 | 213 | 120 | 41 |
| Binary | 10001 | 10010111 | 111100 | 1011001 | 0 | 111100 | 101001 | 10001011 | 1010000 | 100001 |
Color Harmonies of #11973C
Complementary color
Monochromatic Colors of #11973C
Black with #11973C
Text Example
Text Example
White with #11973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11973C; }
p { color: rgb(17,151,60); }
H1.HeaderClassName
{
color: #11973C;
}
.AnyTagClassName
{
color: #11973C;
}
</style>
background-color css
<style>
a { background-color: #11973C; }
a { background-color: rgb(17,151,60); }
div.DivClassName
{
background-color: #11973C;
}
.BgClassName
{
background-color: #11973C;
}
</style>
border-color css
<style>
span { border-color: #11973C; }
span { border-color: rgb(17,151,60); }
td.TdClassName
{
border-color: #11973C;
}
.TagClassName
{
border-color: #11973C;
}
</style>