Shades of Pigment Green #11983C
Tints of Pigment Green #11983C
RGB
CMYK
RGB Variations
Color information
#11983C (or 0x11983C) is known color: Pigment Green. HEX triplet: 11, 98 and 3C. RGB value is (17,152,60). Sum of RGB (Red+Green+Blue) = 17+152+60=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #11983C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11983C is #EE67C3. Grayscale: #656565. Windows color (decimal): -15624132 or 3971089. OLE color: 3971089.
HSL color Cylindrical-coordinate representation of color #11983C: hue angle of 139.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11983C is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 60 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.40 |
| HSL | 139.11º | 0.8% | 0.33% | - |
| HSV(B) | 139.11º | 0.89% | 0.6% | - |
| XYZ | 12.28 | 22.9 | 8.05 | - |
| YUV | 101.15 | 104.77 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 60 | 0.89 | 0 | 0.61 | 0.40 | 139.11 | 0.8 | 0.33 |
| Hex | 11 | 98 | 3C | 59 | 0 | 3D | 28 | 8B | 50 | 21 |
| Octal | 21 | 230 | 74 | 131 | 0 | 75 | 50 | 213 | 120 | 41 |
| Binary | 10001 | 10011000 | 111100 | 1011001 | 0 | 111101 | 101000 | 10001011 | 1010000 | 100001 |
Color Harmonies of #11983C
Complementary color
Monochromatic Colors of #11983C
Black with #11983C
Text Example
Text Example
White with #11983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11983C; }
p { color: rgb(17,152,60); }
H1.HeaderClassName
{
color: #11983C;
}
.AnyTagClassName
{
color: #11983C;
}
</style>
background-color css
<style>
a { background-color: #11983C; }
a { background-color: rgb(17,152,60); }
div.DivClassName
{
background-color: #11983C;
}
.BgClassName
{
background-color: #11983C;
}
</style>
border-color css
<style>
span { border-color: #11983C; }
span { border-color: rgb(17,152,60); }
td.TdClassName
{
border-color: #11983C;
}
.TagClassName
{
border-color: #11983C;
}
</style>