Shades of Dark Pastel Green #11C020
Tints of Dark Pastel Green #11C020
RGB
CMYK
RGB Variations
Color information
#11C020 (or 0x11C020) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 20. RGB value is (17,192,32). Sum of RGB (Red+Green+Blue) = 17+192+32=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #11C020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C020 is #EE3FDF. Grayscale: #797979. Windows color (decimal): -15613920 or 2146321. OLE color: 2146321.
HSL color Cylindrical-coordinate representation of color #11C020: hue angle of 125.14º 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 #11C020 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 32 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.25 |
| HSL | 125.14º | 0.84% | 0.41% | - |
| HSV(B) | 125.14º | 0.91% | 0.75% | - |
| XYZ | 19.34 | 37.92 | 7.67 | - |
| YUV | 121.44 | 77.52 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 32 | 0.91 | 0 | 0.83 | 0.25 | 125.14 | 0.84 | 0.41 |
| Hex | 11 | C0 | 20 | 5B | 0 | 53 | 19 | 7D | 54 | 29 |
| Octal | 21 | 300 | 40 | 133 | 0 | 123 | 31 | 175 | 124 | 51 |
| Binary | 10001 | 11000000 | 100000 | 1011011 | 0 | 1010011 | 11001 | 1111101 | 1010100 | 101001 |
Color Harmonies of #11C020
Complementary color
Monochromatic Colors of #11C020
Black with #11C020
Text Example
Text Example
White with #11C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C020; }
p { color: rgb(17,192,32); }
H1.HeaderClassName
{
color: #11C020;
}
.AnyTagClassName
{
color: #11C020;
}
</style>
background-color css
<style>
a { background-color: #11C020; }
a { background-color: rgb(17,192,32); }
div.DivClassName
{
background-color: #11C020;
}
.BgClassName
{
background-color: #11C020;
}
</style>
border-color css
<style>
span { border-color: #11C020; }
span { border-color: rgb(17,192,32); }
td.TdClassName
{
border-color: #11C020;
}
.TagClassName
{
border-color: #11C020;
}
</style>