Shades of Dark Pastel Green #11B349
Tints of Dark Pastel Green #11B349
RGB
CMYK
RGB Variations
Color information
#11B349 (or 0x11B349) is known color: Dark Pastel Green. HEX triplet: 11, B3 and 49. RGB value is (17,179,73). Sum of RGB (Red+Green+Blue) = 17+179+73=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #11B349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B349 is #EE4CB6. Grayscale: #767676. Windows color (decimal): -15617207 or 4829969. OLE color: 4829969.
HSL color Cylindrical-coordinate representation of color #11B349: hue angle of 140.74º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B349 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 73 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.30 |
| HSL | 140.74º | 0.83% | 0.38% | - |
| HSV(B) | 140.74º | 0.91% | 0.7% | - |
| XYZ | 17.55 | 32.84 | 11.72 | - |
| YUV | 118.48 | 102.33 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 73 | 0.91 | 0 | 0.59 | 0.30 | 140.74 | 0.83 | 0.38 |
| Hex | 11 | B3 | 49 | 5B | 0 | 3B | 1E | 8D | 53 | 26 |
| Octal | 21 | 263 | 111 | 133 | 0 | 73 | 36 | 215 | 123 | 46 |
| Binary | 10001 | 10110011 | 1001001 | 1011011 | 0 | 111011 | 11110 | 10001101 | 1010011 | 100110 |
Color Harmonies of #11B349
Complementary color
Monochromatic Colors of #11B349
Black with #11B349
Text Example
Text Example
White with #11B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B349; }
p { color: rgb(17,179,73); }
H1.HeaderClassName
{
color: #11B349;
}
.AnyTagClassName
{
color: #11B349;
}
</style>
background-color css
<style>
a { background-color: #11B349; }
a { background-color: rgb(17,179,73); }
div.DivClassName
{
background-color: #11B349;
}
.BgClassName
{
background-color: #11B349;
}
</style>
border-color css
<style>
span { border-color: #11B349; }
span { border-color: rgb(17,179,73); }
td.TdClassName
{
border-color: #11B349;
}
.TagClassName
{
border-color: #11B349;
}
</style>