Shades of Dark Pastel Green #11B149
Tints of Dark Pastel Green #11B149
RGB
CMYK
RGB Variations
Color information
#11B149 (or 0x11B149) is known color: Dark Pastel Green. HEX triplet: 11, B1 and 49. RGB value is (17,177,73). Sum of RGB (Red+Green+Blue) = 17+177+73=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #11B149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B149 is #EE4EB6. Grayscale: #757575. Windows color (decimal): -15617719 or 4829457. OLE color: 4829457.
HSL color Cylindrical-coordinate representation of color #11B149: hue angle of 141º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B149 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 177 | 73 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.31 |
| HSL | 141º | 0.82% | 0.38% | - |
| HSV(B) | 141º | 0.9% | 0.69% | - |
| XYZ | 17.16 | 32.04 | 11.58 | - |
| YUV | 117.3 | 102.99 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 73 | 0.90 | 0 | 0.59 | 0.31 | 141 | 0.82 | 0.38 |
| Hex | 11 | B1 | 49 | 5A | 0 | 3B | 1F | 8D | 52 | 26 |
| Octal | 21 | 261 | 111 | 132 | 0 | 73 | 37 | 215 | 122 | 46 |
| Binary | 10001 | 10110001 | 1001001 | 1011010 | 0 | 111011 | 11111 | 10001101 | 1010010 | 100110 |
Color Harmonies of #11B149
Complementary color
Monochromatic Colors of #11B149
Black with #11B149
Text Example
Text Example
White with #11B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B149; }
p { color: rgb(17,177,73); }
H1.HeaderClassName
{
color: #11B149;
}
.AnyTagClassName
{
color: #11B149;
}
</style>
background-color css
<style>
a { background-color: #11B149; }
a { background-color: rgb(17,177,73); }
div.DivClassName
{
background-color: #11B149;
}
.BgClassName
{
background-color: #11B149;
}
</style>
border-color css
<style>
span { border-color: #11B149; }
span { border-color: rgb(17,177,73); }
td.TdClassName
{
border-color: #11B149;
}
.TagClassName
{
border-color: #11B149;
}
</style>