Shades of Dark Pastel Green #11DA2C
Tints of Dark Pastel Green #11DA2C
RGB
CMYK
RGB Variations
Color information
#11DA2C (or 0x11DA2C) is known color: Dark Pastel Green. HEX triplet: 11, DA and 2C. RGB value is (17,218,44). Sum of RGB (Red+Green+Blue) = 17+218+44=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #11DA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DA2C is #EE25D3. Grayscale: #8A8A8A. Windows color (decimal): -15607252 or 2939409. OLE color: 2939409.
HSL color Cylindrical-coordinate representation of color #11DA2C: hue angle of 128.06º 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 #11DA2C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 218 | 44 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.15 |
| HSL | 128.06º | 0.86% | 0.46% | - |
| HSV(B) | 128.06º | 0.92% | 0.85% | - |
| XYZ | 25.76 | 50.44 | 10.76 | - |
| YUV | 138.07 | 74.91 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 218 | 44 | 0.92 | 0 | 0.80 | 0.15 | 128.06 | 0.86 | 0.46 |
| Hex | 11 | DA | 2C | 5C | 0 | 50 | F | 80 | 56 | 2E |
| Octal | 21 | 332 | 54 | 134 | 0 | 120 | 17 | 200 | 126 | 56 |
| Binary | 10001 | 11011010 | 101100 | 1011100 | 0 | 1010000 | 1111 | 10000000 | 1010110 | 101110 |
Color Harmonies of #11DA2C
Complementary color
Monochromatic Colors of #11DA2C
Black with #11DA2C
Text Example
Text Example
White with #11DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DA2C; }
p { color: rgb(17,218,44); }
H1.HeaderClassName
{
color: #11DA2C;
}
.AnyTagClassName
{
color: #11DA2C;
}
</style>
background-color css
<style>
a { background-color: #11DA2C; }
a { background-color: rgb(17,218,44); }
div.DivClassName
{
background-color: #11DA2C;
}
.BgClassName
{
background-color: #11DA2C;
}
</style>
border-color css
<style>
span { border-color: #11DA2C; }
span { border-color: rgb(17,218,44); }
td.TdClassName
{
border-color: #11DA2C;
}
.TagClassName
{
border-color: #11DA2C;
}
</style>