Shades of Dark Pastel Green #11B232
Tints of Dark Pastel Green #11B232
RGB
CMYK
RGB Variations
Color information
#11B232 (or 0x11B232) is known color: Dark Pastel Green. HEX triplet: 11, B2 and 32. RGB value is (17,178,50). Sum of RGB (Red+Green+Blue) = 17+178+50=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 178 (69.92% from 255 or 72.65% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 178 - color contains mainly: green. Hex color #11B232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B232 is #EE4DCD. Grayscale: #737373. Windows color (decimal): -15617486 or 3322385. OLE color: 3322385.
HSL color Cylindrical-coordinate representation of color #11B232: hue angle of 132.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B232 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 178 | 50 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.30 |
| HSL | 132.3º | 0.83% | 0.38% | - |
| HSV(B) | 132.3º | 0.9% | 0.7% | - |
| XYZ | 16.73 | 32.19 | 8.35 | - |
| YUV | 115.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 50 | 0.90 | 0 | 0.72 | 0.30 | 132.3 | 0.83 | 0.38 |
| Hex | 11 | B2 | 32 | 5A | 0 | 48 | 1E | 84 | 53 | 26 |
| Octal | 21 | 262 | 62 | 132 | 0 | 110 | 36 | 204 | 123 | 46 |
| Binary | 10001 | 10110010 | 110010 | 1011010 | 0 | 1001000 | 11110 | 10000100 | 1010011 | 100110 |
Color Harmonies of #11B232
Complementary color
Monochromatic Colors of #11B232
Black with #11B232
Text Example
Text Example
White with #11B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B232; }
p { color: rgb(17,178,50); }
H1.HeaderClassName
{
color: #11B232;
}
.AnyTagClassName
{
color: #11B232;
}
</style>
background-color css
<style>
a { background-color: #11B232; }
a { background-color: rgb(17,178,50); }
div.DivClassName
{
background-color: #11B232;
}
.BgClassName
{
background-color: #11B232;
}
</style>
border-color css
<style>
span { border-color: #11B232; }
span { border-color: rgb(17,178,50); }
td.TdClassName
{
border-color: #11B232;
}
.TagClassName
{
border-color: #11B232;
}
</style>