Shades of Pigment Green #11983B
Tints of Pigment Green #11983B
RGB
CMYK
RGB Variations
Color information
#11983B (or 0x11983B) is known color: Pigment Green. HEX triplet: 11, 98 and 3B. RGB value is (17,152,59). Sum of RGB (Red+Green+Blue) = 17+152+59=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 152 (59.77% from 255 or 66.67% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 152 - color contains mainly: green. Hex color #11983B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11983B is #EE67C4. Grayscale: #656565. Windows color (decimal): -15624133 or 3905553. OLE color: 3905553.
HSL color Cylindrical-coordinate representation of color #11983B: hue angle of 138.67º 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 #11983B is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 59 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.40 |
| HSL | 138.67º | 0.8% | 0.33% | - |
| HSV(B) | 138.67º | 0.89% | 0.6% | - |
| XYZ | 12.25 | 22.89 | 7.91 | - |
| YUV | 101.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 59 | 0.89 | 0 | 0.61 | 0.40 | 138.67 | 0.8 | 0.33 |
| Hex | 11 | 98 | 3B | 59 | 0 | 3D | 28 | 8B | 50 | 21 |
| Octal | 21 | 230 | 73 | 131 | 0 | 75 | 50 | 213 | 120 | 41 |
| Binary | 10001 | 10011000 | 111011 | 1011001 | 0 | 111101 | 101000 | 10001011 | 1010000 | 100001 |
Color Harmonies of #11983B
Complementary color
Monochromatic Colors of #11983B
Black with #11983B
Text Example
Text Example
White with #11983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11983B; }
p { color: rgb(17,152,59); }
H1.HeaderClassName
{
color: #11983B;
}
.AnyTagClassName
{
color: #11983B;
}
</style>
background-color css
<style>
a { background-color: #11983B; }
a { background-color: rgb(17,152,59); }
div.DivClassName
{
background-color: #11983B;
}
.BgClassName
{
background-color: #11983B;
}
</style>
border-color css
<style>
span { border-color: #11983B; }
span { border-color: rgb(17,152,59); }
td.TdClassName
{
border-color: #11983B;
}
.TagClassName
{
border-color: #11983B;
}
</style>