Shades of Dark Pastel Green #11B749
Tints of Dark Pastel Green #11B749
RGB
CMYK
RGB Variations
Color information
#11B749 (or 0x11B749) is known color: Dark Pastel Green. HEX triplet: 11, B7 and 49. RGB value is (17,183,73). Sum of RGB (Red+Green+Blue) = 17+183+73=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #11B749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B749 is #EE48B6. Grayscale: #797979. Windows color (decimal): -15616183 or 4830993. OLE color: 4830993.
HSL color Cylindrical-coordinate representation of color #11B749: hue angle of 140.24º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B749 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 183 | 73 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.28 |
| HSL | 140.24º | 0.83% | 0.39% | - |
| HSV(B) | 140.24º | 0.91% | 0.72% | - |
| XYZ | 18.37 | 34.47 | 11.99 | - |
| YUV | 120.83 | 101 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 73 | 0.91 | 0 | 0.60 | 0.28 | 140.24 | 0.83 | 0.39 |
| Hex | 11 | B7 | 49 | 5B | 0 | 3C | 1C | 8C | 53 | 27 |
| Octal | 21 | 267 | 111 | 133 | 0 | 74 | 34 | 214 | 123 | 47 |
| Binary | 10001 | 10110111 | 1001001 | 1011011 | 0 | 111100 | 11100 | 10001100 | 1010011 | 100111 |
Color Harmonies of #11B749
Complementary color
Monochromatic Colors of #11B749
Black with #11B749
Text Example
Text Example
White with #11B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B749; }
p { color: rgb(17,183,73); }
H1.HeaderClassName
{
color: #11B749;
}
.AnyTagClassName
{
color: #11B749;
}
</style>
background-color css
<style>
a { background-color: #11B749; }
a { background-color: rgb(17,183,73); }
div.DivClassName
{
background-color: #11B749;
}
.BgClassName
{
background-color: #11B749;
}
</style>
border-color css
<style>
span { border-color: #11B749; }
span { border-color: rgb(17,183,73); }
td.TdClassName
{
border-color: #11B749;
}
.TagClassName
{
border-color: #11B749;
}
</style>