Shades of Dark Pastel Green #11C11D
Tints of Dark Pastel Green #11C11D
RGB
CMYK
RGB Variations
Color information
#11C11D (or 0x11C11D) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 1D. RGB value is (17,193,29). Sum of RGB (Red+Green+Blue) = 17+193+29=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #11C11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C11D is #EE3EE2. Grayscale: #7A7A7A. Windows color (decimal): -15613667 or 1949969. OLE color: 1949969.
HSL color Cylindrical-coordinate representation of color #11C11D: hue angle of 124.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C11D is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 29 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.24 |
| HSL | 124.09º | 0.84% | 0.41% | - |
| HSV(B) | 124.09º | 0.91% | 0.76% | - |
| XYZ | 19.52 | 38.35 | 7.54 | - |
| YUV | 121.68 | 75.69 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 29 | 0.91 | 0 | 0.85 | 0.24 | 124.09 | 0.84 | 0.41 |
| Hex | 11 | C1 | 1D | 5B | 0 | 55 | 18 | 7C | 54 | 29 |
| Octal | 21 | 301 | 35 | 133 | 0 | 125 | 30 | 174 | 124 | 51 |
| Binary | 10001 | 11000001 | 11101 | 1011011 | 0 | 1010101 | 11000 | 1111100 | 1010100 | 101001 |
Color Harmonies of #11C11D
Complementary color
Monochromatic Colors of #11C11D
Black with #11C11D
Text Example
Text Example
White with #11C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C11D; }
p { color: rgb(17,193,29); }
H1.HeaderClassName
{
color: #11C11D;
}
.AnyTagClassName
{
color: #11C11D;
}
</style>
background-color css
<style>
a { background-color: #11C11D; }
a { background-color: rgb(17,193,29); }
div.DivClassName
{
background-color: #11C11D;
}
.BgClassName
{
background-color: #11C11D;
}
</style>
border-color css
<style>
span { border-color: #11C11D; }
span { border-color: rgb(17,193,29); }
td.TdClassName
{
border-color: #11C11D;
}
.TagClassName
{
border-color: #11C11D;
}
</style>