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