Shades of Dark Pastel Green #11C031
Tints of Dark Pastel Green #11C031
RGB
CMYK
RGB Variations
Color information
#11C031 (or 0x11C031) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 31. RGB value is (17,192,49). Sum of RGB (Red+Green+Blue) = 17+192+49=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #11C031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C031 is #EE3FCE. Grayscale: #7B7B7B. Windows color (decimal): -15613903 or 3260433. OLE color: 3260433.
HSL color Cylindrical-coordinate representation of color #11C031: hue angle of 130.97º 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 #11C031 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 49 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.25 |
| HSL | 130.97º | 0.84% | 0.41% | - |
| HSV(B) | 130.97º | 0.91% | 0.75% | - |
| XYZ | 19.64 | 38.04 | 9.21 | - |
| YUV | 123.37 | 86.02 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 49 | 0.91 | 0 | 0.74 | 0.25 | 130.97 | 0.84 | 0.41 |
| Hex | 11 | C0 | 31 | 5B | 0 | 4A | 19 | 83 | 54 | 29 |
| Octal | 21 | 300 | 61 | 133 | 0 | 112 | 31 | 203 | 124 | 51 |
| Binary | 10001 | 11000000 | 110001 | 1011011 | 0 | 1001010 | 11001 | 10000011 | 1010100 | 101001 |
Color Harmonies of #11C031
Complementary color
Monochromatic Colors of #11C031
Black with #11C031
Text Example
Text Example
White with #11C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C031; }
p { color: rgb(17,192,49); }
H1.HeaderClassName
{
color: #11C031;
}
.AnyTagClassName
{
color: #11C031;
}
</style>
background-color css
<style>
a { background-color: #11C031; }
a { background-color: rgb(17,192,49); }
div.DivClassName
{
background-color: #11C031;
}
.BgClassName
{
background-color: #11C031;
}
</style>
border-color css
<style>
span { border-color: #11C031; }
span { border-color: rgb(17,192,49); }
td.TdClassName
{
border-color: #11C031;
}
.TagClassName
{
border-color: #11C031;
}
</style>