Shades of Dark Pastel Green #11BC2C
Tints of Dark Pastel Green #11BC2C
RGB
CMYK
RGB Variations
Color information
#11BC2C (or 0x11BC2C) is known color: Dark Pastel Green. HEX triplet: 11, BC and 2C. RGB value is (17,188,44). Sum of RGB (Red+Green+Blue) = 17+188+44=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BC2C is #EE43D3. Grayscale: #787878. Windows color (decimal): -15614932 or 2931729. OLE color: 2931729.
HSL color Cylindrical-coordinate representation of color #11BC2C: hue angle of 129.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC2C is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 44 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.26 |
| HSL | 129.47º | 0.83% | 0.4% | - |
| HSV(B) | 129.47º | 0.91% | 0.74% | - |
| XYZ | 18.67 | 36.27 | 8.4 | - |
| YUV | 120.46 | 84.85 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 44 | 0.91 | 0 | 0.77 | 0.26 | 129.47 | 0.83 | 0.4 |
| Hex | 11 | BC | 2C | 5B | 0 | 4D | 1A | 81 | 53 | 28 |
| Octal | 21 | 274 | 54 | 133 | 0 | 115 | 32 | 201 | 123 | 50 |
| Binary | 10001 | 10111100 | 101100 | 1011011 | 0 | 1001101 | 11010 | 10000001 | 1010011 | 101000 |
Color Harmonies of #11BC2C
Complementary color
Monochromatic Colors of #11BC2C
Black with #11BC2C
Text Example
Text Example
White with #11BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC2C; }
p { color: rgb(17,188,44); }
H1.HeaderClassName
{
color: #11BC2C;
}
.AnyTagClassName
{
color: #11BC2C;
}
</style>
background-color css
<style>
a { background-color: #11BC2C; }
a { background-color: rgb(17,188,44); }
div.DivClassName
{
background-color: #11BC2C;
}
.BgClassName
{
background-color: #11BC2C;
}
</style>
border-color css
<style>
span { border-color: #11BC2C; }
span { border-color: rgb(17,188,44); }
td.TdClassName
{
border-color: #11BC2C;
}
.TagClassName
{
border-color: #11BC2C;
}
</style>