Shades of Dark Pastel Green #11C041
Tints of Dark Pastel Green #11C041
RGB
CMYK
RGB Variations
Color information
#11C041 (or 0x11C041) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 41. RGB value is (17,192,65). Sum of RGB (Red+Green+Blue) = 17+192+65=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #11C041 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C041 is #EE3FBE. Grayscale: #7D7D7D. Windows color (decimal): -15613887 or 4309009. OLE color: 4309009.
HSL color Cylindrical-coordinate representation of color #11C041: hue angle of 136.46º 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 #11C041 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 65 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.25 |
| HSL | 136.46º | 0.84% | 0.41% | - |
| HSV(B) | 136.46º | 0.91% | 0.75% | - |
| XYZ | 20.03 | 38.2 | 11.32 | - |
| YUV | 125.2 | 94.02 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 65 | 0.91 | 0 | 0.66 | 0.25 | 136.46 | 0.84 | 0.41 |
| Hex | 11 | C0 | 41 | 5B | 0 | 42 | 19 | 88 | 54 | 29 |
| Octal | 21 | 300 | 101 | 133 | 0 | 102 | 31 | 210 | 124 | 51 |
| Binary | 10001 | 11000000 | 1000001 | 1011011 | 0 | 1000010 | 11001 | 10001000 | 1010100 | 101001 |
Color Harmonies of #11C041
Complementary color
Monochromatic Colors of #11C041
Black with #11C041
Text Example
Text Example
White with #11C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C041; }
p { color: rgb(17,192,65); }
H1.HeaderClassName
{
color: #11C041;
}
.AnyTagClassName
{
color: #11C041;
}
</style>
background-color css
<style>
a { background-color: #11C041; }
a { background-color: rgb(17,192,65); }
div.DivClassName
{
background-color: #11C041;
}
.BgClassName
{
background-color: #11C041;
}
</style>
border-color css
<style>
span { border-color: #11C041; }
span { border-color: rgb(17,192,65); }
td.TdClassName
{
border-color: #11C041;
}
.TagClassName
{
border-color: #11C041;
}
</style>