Shades of Dark Pastel Green #11B542
Tints of Dark Pastel Green #11B542
RGB
CMYK
RGB Variations
Color information
#11B542 (or 0x11B542) is known color: Dark Pastel Green. HEX triplet: 11, B5 and 42. RGB value is (17,181,66). Sum of RGB (Red+Green+Blue) = 17+181+66=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #11B542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B542 is #EE4ABD. Grayscale: #777777. Windows color (decimal): -15616702 or 4371729. OLE color: 4371729.
HSL color Cylindrical-coordinate representation of color #11B542: hue angle of 137.93º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B542 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 181 | 66 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.29 |
| HSL | 137.93º | 0.83% | 0.39% | - |
| HSV(B) | 137.93º | 0.91% | 0.71% | - |
| XYZ | 17.74 | 33.56 | 10.7 | - |
| YUV | 118.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 66 | 0.91 | 0 | 0.64 | 0.29 | 137.93 | 0.83 | 0.39 |
| Hex | 11 | B5 | 42 | 5B | 0 | 40 | 1D | 8A | 53 | 27 |
| Octal | 21 | 265 | 102 | 133 | 0 | 100 | 35 | 212 | 123 | 47 |
| Binary | 10001 | 10110101 | 1000010 | 1011011 | 0 | 1000000 | 11101 | 10001010 | 1010011 | 100111 |
Color Harmonies of #11B542
Complementary color
Monochromatic Colors of #11B542
Black with #11B542
Text Example
Text Example
White with #11B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B542; }
p { color: rgb(17,181,66); }
H1.HeaderClassName
{
color: #11B542;
}
.AnyTagClassName
{
color: #11B542;
}
</style>
background-color css
<style>
a { background-color: #11B542; }
a { background-color: rgb(17,181,66); }
div.DivClassName
{
background-color: #11B542;
}
.BgClassName
{
background-color: #11B542;
}
</style>
border-color css
<style>
span { border-color: #11B542; }
span { border-color: rgb(17,181,66); }
td.TdClassName
{
border-color: #11B542;
}
.TagClassName
{
border-color: #11B542;
}
</style>