Shades of Pigment Green #11993C
Tints of Pigment Green #11993C
RGB
CMYK
RGB Variations
Color information
#11993C (or 0x11993C) is known color: Pigment Green. HEX triplet: 11, 99 and 3C. RGB value is (17,153,60). Sum of RGB (Red+Green+Blue) = 17+153+60=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #11993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11993C is #EE66C3. Grayscale: #656565. Windows color (decimal): -15623876 or 3971345. OLE color: 3971345.
HSL color Cylindrical-coordinate representation of color #11993C: hue angle of 138.97º 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 #11993C is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 60 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.4 |
| HSL | 138.97º | 0.8% | 0.33% | - |
| HSV(B) | 138.97º | 0.89% | 0.6% | - |
| XYZ | 12.44 | 23.23 | 8.1 | - |
| YUV | 101.73 | 104.44 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 60 | 0.89 | 0 | 0.61 | 0.4 | 138.97 | 0.8 | 0.33 |
| Hex | 11 | 99 | 3C | 59 | 0 | 3D | 28 | 8B | 50 | 21 |
| Octal | 21 | 231 | 74 | 131 | 0 | 75 | 50 | 213 | 120 | 41 |
| Binary | 10001 | 10011001 | 111100 | 1011001 | 0 | 111101 | 101000 | 10001011 | 1010000 | 100001 |
Color Harmonies of #11993C
Complementary color
Monochromatic Colors of #11993C
Black with #11993C
Text Example
Text Example
White with #11993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11993C; }
p { color: rgb(17,153,60); }
H1.HeaderClassName
{
color: #11993C;
}
.AnyTagClassName
{
color: #11993C;
}
</style>
background-color css
<style>
a { background-color: #11993C; }
a { background-color: rgb(17,153,60); }
div.DivClassName
{
background-color: #11993C;
}
.BgClassName
{
background-color: #11993C;
}
</style>
border-color css
<style>
span { border-color: #11993C; }
span { border-color: rgb(17,153,60); }
td.TdClassName
{
border-color: #11993C;
}
.TagClassName
{
border-color: #11993C;
}
</style>