Shades of Dark Pastel Green #11DB2D
Tints of Dark Pastel Green #11DB2D
RGB
CMYK
RGB Variations
Color information
#11DB2D (or 0x11DB2D) is known color: Dark Pastel Green. HEX triplet: 11, DB and 2D. RGB value is (17,219,45). Sum of RGB (Red+Green+Blue) = 17+219+45=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DB2D is #EE24D2. Grayscale: #8B8B8B. Windows color (decimal): -15606995 or 3005201. OLE color: 3005201.
HSL color Cylindrical-coordinate representation of color #11DB2D: hue angle of 128.32º 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 #11DB2D is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 17 | 219 | 45 | - |
CMYK | 0.92 | 0 | 0.79 | 0.14 |
HSL | 128.32º | 0.86% | 0.46% | - |
HSV(B) | 128.32º | 0.92% | 0.86% | - |
XYZ | 26.04 | 50.97 | 10.95 | - |
YUV | 138.77 | 75.08 | 41.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 219 | 45 | 0.92 | 0 | 0.79 | 0.14 | 128.32 | 0.86 | 0.46 |
Hex | 11 | DB | 2D | 5C | 0 | 4F | E | 80 | 56 | 2E |
Octal | 21 | 333 | 55 | 134 | 0 | 117 | 16 | 200 | 126 | 56 |
Binary | 10001 | 11011011 | 101101 | 1011100 | 0 | 1001111 | 1110 | 10000000 | 1010110 | 101110 |
Color Harmonies of #11DB2D
Complementary color
Monochromatic Colors of #11DB2D
Black with #11DB2D
Text Example
Text Example
White with #11DB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB2D; }
p { color: rgb(17,219,45); }
H1.HeaderClassName
{
color: #11DB2D;
}
.AnyTagClassName
{
color: #11DB2D;
}
</style>
background-color css
<style>
a { background-color: #11DB2D; }
a { background-color: rgb(17,219,45); }
div.DivClassName
{
background-color: #11DB2D;
}
.BgClassName
{
background-color: #11DB2D;
}
</style>
border-color css
<style>
span { border-color: #11DB2D; }
span { border-color: rgb(17,219,45); }
td.TdClassName
{
border-color: #11DB2D;
}
.TagClassName
{
border-color: #11DB2D;
}
</style>