Shades of Dark Pastel Green #11DB2B
Tints of Dark Pastel Green #11DB2B
RGB
CMYK
RGB Variations
Color information
#11DB2B (or 0x11DB2B) is known color: Dark Pastel Green. HEX triplet: 11, DB and 2B. RGB value is (17,219,43). Sum of RGB (Red+Green+Blue) = 17+219+43=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DB2B is #EE24D4. Grayscale: #8B8B8B. Windows color (decimal): -15606997 or 2874129. OLE color: 2874129.
HSL color Cylindrical-coordinate representation of color #11DB2B: hue angle of 127.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DB2B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 43 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.14 |
| HSL | 127.72º | 0.86% | 0.46% | - |
| HSV(B) | 127.72º | 0.92% | 0.86% | - |
| XYZ | 26 | 50.96 | 10.75 | - |
| YUV | 138.54 | 74.08 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 43 | 0.92 | 0 | 0.80 | 0.14 | 127.72 | 0.86 | 0.46 |
| Hex | 11 | DB | 2B | 5C | 0 | 50 | E | 80 | 56 | 2E |
| Octal | 21 | 333 | 53 | 134 | 0 | 120 | 16 | 200 | 126 | 56 |
| Binary | 10001 | 11011011 | 101011 | 1011100 | 0 | 1010000 | 1110 | 10000000 | 1010110 | 101110 |
Color Harmonies of #11DB2B
Complementary color
Monochromatic Colors of #11DB2B
Black with #11DB2B
Text Example
Text Example
White with #11DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB2B; }
p { color: rgb(17,219,43); }
H1.HeaderClassName
{
color: #11DB2B;
}
.AnyTagClassName
{
color: #11DB2B;
}
</style>
background-color css
<style>
a { background-color: #11DB2B; }
a { background-color: rgb(17,219,43); }
div.DivClassName
{
background-color: #11DB2B;
}
.BgClassName
{
background-color: #11DB2B;
}
</style>
border-color css
<style>
span { border-color: #11DB2B; }
span { border-color: rgb(17,219,43); }
td.TdClassName
{
border-color: #11DB2B;
}
.TagClassName
{
border-color: #11DB2B;
}
</style>