Shades of Dark Pastel Green #11BA32
Tints of Dark Pastel Green #11BA32
RGB
CMYK
RGB Variations
Color information
#11BA32 (or 0x11BA32) is known color: Dark Pastel Green. HEX triplet: 11, BA and 32. RGB value is (17,186,50). Sum of RGB (Red+Green+Blue) = 17+186+50=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA32 is #EE45CD. Grayscale: #787878. Windows color (decimal): -15615438 or 3324433. OLE color: 3324433.
HSL color Cylindrical-coordinate representation of color #11BA32: hue angle of 131.72º 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 #11BA32 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 50 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.27 |
| HSL | 131.72º | 0.83% | 0.4% | - |
| HSV(B) | 131.72º | 0.91% | 0.73% | - |
| XYZ | 18.37 | 35.47 | 8.9 | - |
| YUV | 119.97 | 88.51 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 50 | 0.91 | 0 | 0.73 | 0.27 | 131.72 | 0.83 | 0.4 |
| Hex | 11 | BA | 32 | 5B | 0 | 49 | 1B | 84 | 53 | 28 |
| Octal | 21 | 272 | 62 | 133 | 0 | 111 | 33 | 204 | 123 | 50 |
| Binary | 10001 | 10111010 | 110010 | 1011011 | 0 | 1001001 | 11011 | 10000100 | 1010011 | 101000 |
Color Harmonies of #11BA32
Complementary color
Monochromatic Colors of #11BA32
Black with #11BA32
Text Example
Text Example
White with #11BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA32; }
p { color: rgb(17,186,50); }
H1.HeaderClassName
{
color: #11BA32;
}
.AnyTagClassName
{
color: #11BA32;
}
</style>
background-color css
<style>
a { background-color: #11BA32; }
a { background-color: rgb(17,186,50); }
div.DivClassName
{
background-color: #11BA32;
}
.BgClassName
{
background-color: #11BA32;
}
</style>
border-color css
<style>
span { border-color: #11BA32; }
span { border-color: rgb(17,186,50); }
td.TdClassName
{
border-color: #11BA32;
}
.TagClassName
{
border-color: #11BA32;
}
</style>