Shades of Dark Pastel Green #11C019
Tints of Dark Pastel Green #11C019
RGB
CMYK
RGB Variations
Color information
#11C019 (or 0x11C019) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 19. RGB value is (17,192,25). Sum of RGB (Red+Green+Blue) = 17+192+25=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #11C019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C019 is #EE3FE6. Grayscale: #797979. Windows color (decimal): -15613927 or 1687569. OLE color: 1687569.
HSL color Cylindrical-coordinate representation of color #11C019: hue angle of 122.74º 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 #11C019 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 25 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.25 |
| HSL | 122.74º | 0.84% | 0.41% | - |
| HSV(B) | 122.74º | 0.91% | 0.75% | - |
| XYZ | 19.26 | 37.89 | 7.22 | - |
| YUV | 120.64 | 74.02 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 25 | 0.91 | 0 | 0.87 | 0.25 | 122.74 | 0.84 | 0.41 |
| Hex | 11 | C0 | 19 | 5B | 0 | 57 | 19 | 7B | 54 | 29 |
| Octal | 21 | 300 | 31 | 133 | 0 | 127 | 31 | 173 | 124 | 51 |
| Binary | 10001 | 11000000 | 11001 | 1011011 | 0 | 1010111 | 11001 | 1111011 | 1010100 | 101001 |
Color Harmonies of #11C019
Complementary color
Monochromatic Colors of #11C019
Black with #11C019
Text Example
Text Example
White with #11C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C019; }
p { color: rgb(17,192,25); }
H1.HeaderClassName
{
color: #11C019;
}
.AnyTagClassName
{
color: #11C019;
}
</style>
background-color css
<style>
a { background-color: #11C019; }
a { background-color: rgb(17,192,25); }
div.DivClassName
{
background-color: #11C019;
}
.BgClassName
{
background-color: #11C019;
}
</style>
border-color css
<style>
span { border-color: #11C019; }
span { border-color: rgb(17,192,25); }
td.TdClassName
{
border-color: #11C019;
}
.TagClassName
{
border-color: #11C019;
}
</style>