Shades of Dark Pastel Green #11B732
Tints of Dark Pastel Green #11B732
RGB
CMYK
RGB Variations
Color information
#11B732 (or 0x11B732) is known color: Dark Pastel Green. HEX triplet: 11, B7 and 32. RGB value is (17,183,50). Sum of RGB (Red+Green+Blue) = 17+183+50=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 183 (71.88% from 255 or 73.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 183 - color contains mainly: green. Hex color #11B732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B732 is #EE48CD. Grayscale: #767676. Windows color (decimal): -15616206 or 3323665. OLE color: 3323665.
HSL color Cylindrical-coordinate representation of color #11B732: hue angle of 131.93º 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 #11B732 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 183 | 50 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.28 |
| HSL | 131.93º | 0.83% | 0.39% | - |
| HSV(B) | 131.93º | 0.91% | 0.72% | - |
| XYZ | 17.74 | 34.22 | 8.69 | - |
| YUV | 118.2 | 89.5 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 50 | 0.91 | 0 | 0.73 | 0.28 | 131.93 | 0.83 | 0.39 |
| Hex | 11 | B7 | 32 | 5B | 0 | 49 | 1C | 84 | 53 | 27 |
| Octal | 21 | 267 | 62 | 133 | 0 | 111 | 34 | 204 | 123 | 47 |
| Binary | 10001 | 10110111 | 110010 | 1011011 | 0 | 1001001 | 11100 | 10000100 | 1010011 | 100111 |
Color Harmonies of #11B732
Complementary color
Monochromatic Colors of #11B732
Black with #11B732
Text Example
Text Example
White with #11B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B732; }
p { color: rgb(17,183,50); }
H1.HeaderClassName
{
color: #11B732;
}
.AnyTagClassName
{
color: #11B732;
}
</style>
background-color css
<style>
a { background-color: #11B732; }
a { background-color: rgb(17,183,50); }
div.DivClassName
{
background-color: #11B732;
}
.BgClassName
{
background-color: #11B732;
}
</style>
border-color css
<style>
span { border-color: #11B732; }
span { border-color: rgb(17,183,50); }
td.TdClassName
{
border-color: #11B732;
}
.TagClassName
{
border-color: #11B732;
}
</style>