Shades of Dark Pastel Green #11B322
Tints of Dark Pastel Green #11B322
RGB
CMYK
RGB Variations
Color information
#11B322 (or 0x11B322) is known color: Dark Pastel Green. HEX triplet: 11, B3 and 22. RGB value is (17,179,34). Sum of RGB (Red+Green+Blue) = 17+179+34=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 179 (70.31% from 255 or 77.83% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 179 - color contains mainly: green. Hex color #11B322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B322 is #EE4CDD. Grayscale: #727272. Windows color (decimal): -15617246 or 2274065. OLE color: 2274065.
HSL color Cylindrical-coordinate representation of color #11B322: hue angle of 126.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B322 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 34 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.30 |
| HSL | 126.3º | 0.83% | 0.38% | - |
| HSV(B) | 126.3º | 0.91% | 0.7% | - |
| XYZ | 16.64 | 32.47 | 6.9 | - |
| YUV | 114.03 | 82.83 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 34 | 0.91 | 0 | 0.81 | 0.30 | 126.3 | 0.83 | 0.38 |
| Hex | 11 | B3 | 22 | 5B | 0 | 51 | 1E | 7E | 53 | 26 |
| Octal | 21 | 263 | 42 | 133 | 0 | 121 | 36 | 176 | 123 | 46 |
| Binary | 10001 | 10110011 | 100010 | 1011011 | 0 | 1010001 | 11110 | 1111110 | 1010011 | 100110 |
Color Harmonies of #11B322
Complementary color
Monochromatic Colors of #11B322
Black with #11B322
Text Example
Text Example
White with #11B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B322; }
p { color: rgb(17,179,34); }
H1.HeaderClassName
{
color: #11B322;
}
.AnyTagClassName
{
color: #11B322;
}
</style>
background-color css
<style>
a { background-color: #11B322; }
a { background-color: rgb(17,179,34); }
div.DivClassName
{
background-color: #11B322;
}
.BgClassName
{
background-color: #11B322;
}
</style>
border-color css
<style>
span { border-color: #11B322; }
span { border-color: rgb(17,179,34); }
td.TdClassName
{
border-color: #11B322;
}
.TagClassName
{
border-color: #11B322;
}
</style>