Shades of Dark Pastel Green #11DA2D
Tints of Dark Pastel Green #11DA2D
RGB
CMYK
RGB Variations
Color information
#11DA2D (or 0x11DA2D) is known color: Dark Pastel Green. HEX triplet: 11, DA and 2D. RGB value is (17,218,45). Sum of RGB (Red+Green+Blue) = 17+218+45=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 218 (85.55% from 255 or 77.86% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 218 - color contains mainly: green. Hex color #11DA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DA2D is #EE25D2. Grayscale: #8A8A8A. Windows color (decimal): -15607251 or 3004945. OLE color: 3004945.
HSL color Cylindrical-coordinate representation of color #11DA2D: hue angle of 128.36º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DA2D is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 218 | 45 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.15 |
| HSL | 128.36º | 0.86% | 0.46% | - |
| HSV(B) | 128.36º | 0.92% | 0.85% | - |
| XYZ | 25.78 | 50.45 | 10.86 | - |
| YUV | 138.18 | 75.41 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 218 | 45 | 0.92 | 0 | 0.79 | 0.15 | 128.36 | 0.86 | 0.46 |
| Hex | 11 | DA | 2D | 5C | 0 | 4F | F | 80 | 56 | 2E |
| Octal | 21 | 332 | 55 | 134 | 0 | 117 | 17 | 200 | 126 | 56 |
| Binary | 10001 | 11011010 | 101101 | 1011100 | 0 | 1001111 | 1111 | 10000000 | 1010110 | 101110 |
Color Harmonies of #11DA2D
Complementary color
Monochromatic Colors of #11DA2D
Black with #11DA2D
Text Example
Text Example
White with #11DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DA2D; }
p { color: rgb(17,218,45); }
H1.HeaderClassName
{
color: #11DA2D;
}
.AnyTagClassName
{
color: #11DA2D;
}
</style>
background-color css
<style>
a { background-color: #11DA2D; }
a { background-color: rgb(17,218,45); }
div.DivClassName
{
background-color: #11DA2D;
}
.BgClassName
{
background-color: #11DA2D;
}
</style>
border-color css
<style>
span { border-color: #11DA2D; }
span { border-color: rgb(17,218,45); }
td.TdClassName
{
border-color: #11DA2D;
}
.TagClassName
{
border-color: #11DA2D;
}
</style>