Shades of Dark Pastel Green #11C036
Tints of Dark Pastel Green #11C036
RGB
CMYK
RGB Variations
Color information
#11C036 (or 0x11C036) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 36. RGB value is (17,192,54). Sum of RGB (Red+Green+Blue) = 17+192+54=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #11C036 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C036 is #EE3FC9. Grayscale: #7C7C7C. Windows color (decimal): -15613898 or 3588113. OLE color: 3588113.
HSL color Cylindrical-coordinate representation of color #11C036: hue angle of 132.69º 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 #11C036 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 54 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.25 |
| HSL | 132.69º | 0.84% | 0.41% | - |
| HSV(B) | 132.69º | 0.91% | 0.75% | - |
| XYZ | 19.75 | 38.08 | 9.8 | - |
| YUV | 123.94 | 88.52 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 54 | 0.91 | 0 | 0.72 | 0.25 | 132.69 | 0.84 | 0.41 |
| Hex | 11 | C0 | 36 | 5B | 0 | 48 | 19 | 85 | 54 | 29 |
| Octal | 21 | 300 | 66 | 133 | 0 | 110 | 31 | 205 | 124 | 51 |
| Binary | 10001 | 11000000 | 110110 | 1011011 | 0 | 1001000 | 11001 | 10000101 | 1010100 | 101001 |
Color Harmonies of #11C036
Complementary color
Monochromatic Colors of #11C036
Black with #11C036
Text Example
Text Example
White with #11C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C036; }
p { color: rgb(17,192,54); }
H1.HeaderClassName
{
color: #11C036;
}
.AnyTagClassName
{
color: #11C036;
}
</style>
background-color css
<style>
a { background-color: #11C036; }
a { background-color: rgb(17,192,54); }
div.DivClassName
{
background-color: #11C036;
}
.BgClassName
{
background-color: #11C036;
}
</style>
border-color css
<style>
span { border-color: #11C036; }
span { border-color: rgb(17,192,54); }
td.TdClassName
{
border-color: #11C036;
}
.TagClassName
{
border-color: #11C036;
}
</style>