Shades of Dark Pastel Green #11B932
Tints of Dark Pastel Green #11B932
RGB
CMYK
RGB Variations
Color information
#11B932 (or 0x11B932) is known color: Dark Pastel Green. HEX triplet: 11, B9 and 32. RGB value is (17,185,50). Sum of RGB (Red+Green+Blue) = 17+185+50=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 185 (72.66% from 255 or 73.41% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 185 - color contains mainly: green. Hex color #11B932 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B932 is #EE46CD. Grayscale: #777777. Windows color (decimal): -15615694 or 3324177. OLE color: 3324177.
HSL color Cylindrical-coordinate representation of color #11B932: hue angle of 131.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B932 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 50 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.27 |
| HSL | 131.79º | 0.83% | 0.4% | - |
| HSV(B) | 131.79º | 0.91% | 0.73% | - |
| XYZ | 18.16 | 35.05 | 8.83 | - |
| YUV | 119.38 | 88.84 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 50 | 0.91 | 0 | 0.73 | 0.27 | 131.79 | 0.83 | 0.4 |
| Hex | 11 | B9 | 32 | 5B | 0 | 49 | 1B | 84 | 53 | 28 |
| Octal | 21 | 271 | 62 | 133 | 0 | 111 | 33 | 204 | 123 | 50 |
| Binary | 10001 | 10111001 | 110010 | 1011011 | 0 | 1001001 | 11011 | 10000100 | 1010011 | 101000 |
Color Harmonies of #11B932
Complementary color
Monochromatic Colors of #11B932
Black with #11B932
Text Example
Text Example
White with #11B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B932; }
p { color: rgb(17,185,50); }
H1.HeaderClassName
{
color: #11B932;
}
.AnyTagClassName
{
color: #11B932;
}
</style>
background-color css
<style>
a { background-color: #11B932; }
a { background-color: rgb(17,185,50); }
div.DivClassName
{
background-color: #11B932;
}
.BgClassName
{
background-color: #11B932;
}
</style>
border-color css
<style>
span { border-color: #11B932; }
span { border-color: rgb(17,185,50); }
td.TdClassName
{
border-color: #11B932;
}
.TagClassName
{
border-color: #11B932;
}
</style>