Shades of Dark Pastel Green #11D130
Tints of Dark Pastel Green #11D130
RGB
CMYK
RGB Variations
Color information
#11D130 (or 0x11D130) is known color: Dark Pastel Green. HEX triplet: 11, D1 and 30. RGB value is (17,209,48). Sum of RGB (Red+Green+Blue) = 17+209+48=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 209 (82.03% from 255 or 76.28% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 209 - color contains mainly: green. Hex color #11D130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D130 is #EE2ECF. Grayscale: #858585. Windows color (decimal): -15609552 or 3199249. OLE color: 3199249.
HSL color Cylindrical-coordinate representation of color #11D130: hue angle of 129.69º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D130 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 48 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.18 |
| HSL | 129.69º | 0.85% | 0.44% | - |
| HSV(B) | 129.69º | 0.92% | 0.82% | - |
| XYZ | 23.57 | 45.93 | 10.42 | - |
| YUV | 133.24 | 79.89 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 48 | 0.92 | 0 | 0.77 | 0.18 | 129.69 | 0.85 | 0.44 |
| Hex | 11 | D1 | 30 | 5C | 0 | 4D | 12 | 82 | 55 | 2C |
| Octal | 21 | 321 | 60 | 134 | 0 | 115 | 22 | 202 | 125 | 54 |
| Binary | 10001 | 11010001 | 110000 | 1011100 | 0 | 1001101 | 10010 | 10000010 | 1010101 | 101100 |
Color Harmonies of #11D130
Complementary color
Monochromatic Colors of #11D130
Black with #11D130
Text Example
Text Example
White with #11D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D130; }
p { color: rgb(17,209,48); }
H1.HeaderClassName
{
color: #11D130;
}
.AnyTagClassName
{
color: #11D130;
}
</style>
background-color css
<style>
a { background-color: #11D130; }
a { background-color: rgb(17,209,48); }
div.DivClassName
{
background-color: #11D130;
}
.BgClassName
{
background-color: #11D130;
}
</style>
border-color css
<style>
span { border-color: #11D130; }
span { border-color: rgb(17,209,48); }
td.TdClassName
{
border-color: #11D130;
}
.TagClassName
{
border-color: #11D130;
}
</style>