Shades of Dark Pastel Green #11C047
Tints of Dark Pastel Green #11C047
RGB
CMYK
RGB Variations
Color information
#11C047 (or 0x11C047) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 47. RGB value is (17,192,71). Sum of RGB (Red+Green+Blue) = 17+192+71=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #11C047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C047 is #EE3FB8. Grayscale: #7E7E7E. Windows color (decimal): -15613881 or 4702225. OLE color: 4702225.
HSL color Cylindrical-coordinate representation of color #11C047: hue angle of 138.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C047 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 71 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.25 |
| HSL | 138.51º | 0.84% | 0.41% | - |
| HSV(B) | 138.51º | 0.91% | 0.75% | - |
| XYZ | 20.22 | 38.27 | 12.28 | - |
| YUV | 125.88 | 97.02 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 71 | 0.91 | 0 | 0.63 | 0.25 | 138.51 | 0.84 | 0.41 |
| Hex | 11 | C0 | 47 | 5B | 0 | 3F | 19 | 8B | 54 | 29 |
| Octal | 21 | 300 | 107 | 133 | 0 | 77 | 31 | 213 | 124 | 51 |
| Binary | 10001 | 11000000 | 1000111 | 1011011 | 0 | 111111 | 11001 | 10001011 | 1010100 | 101001 |
Color Harmonies of #11C047
Complementary color
Monochromatic Colors of #11C047
Black with #11C047
Text Example
Text Example
White with #11C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C047; }
p { color: rgb(17,192,71); }
H1.HeaderClassName
{
color: #11C047;
}
.AnyTagClassName
{
color: #11C047;
}
</style>
background-color css
<style>
a { background-color: #11C047; }
a { background-color: rgb(17,192,71); }
div.DivClassName
{
background-color: #11C047;
}
.BgClassName
{
background-color: #11C047;
}
</style>
border-color css
<style>
span { border-color: #11C047; }
span { border-color: rgb(17,192,71); }
td.TdClassName
{
border-color: #11C047;
}
.TagClassName
{
border-color: #11C047;
}
</style>