Shades of Dark Pastel Green #11B32C
Tints of Dark Pastel Green #11B32C
RGB
CMYK
RGB Variations
Color information
#11B32C (or 0x11B32C) is known color: Dark Pastel Green. HEX triplet: 11, B3 and 2C. RGB value is (17,179,44). Sum of RGB (Red+Green+Blue) = 17+179+44=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #11B32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B32C is #EE4CD3. Grayscale: #737373. Windows color (decimal): -15617236 or 2929425. OLE color: 2929425.
HSL color Cylindrical-coordinate representation of color #11B32C: hue angle of 130º 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 #11B32C is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 44 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.30 |
| HSL | 130º | 0.83% | 0.38% | - |
| HSV(B) | 130º | 0.91% | 0.7% | - |
| XYZ | 16.81 | 32.54 | 7.78 | - |
| YUV | 115.17 | 87.83 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 44 | 0.91 | 0 | 0.75 | 0.30 | 130 | 0.83 | 0.38 |
| Hex | 11 | B3 | 2C | 5B | 0 | 4B | 1E | 82 | 53 | 26 |
| Octal | 21 | 263 | 54 | 133 | 0 | 113 | 36 | 202 | 123 | 46 |
| Binary | 10001 | 10110011 | 101100 | 1011011 | 0 | 1001011 | 11110 | 10000010 | 1010011 | 100110 |
Color Harmonies of #11B32C
Complementary color
Monochromatic Colors of #11B32C
Black with #11B32C
Text Example
Text Example
White with #11B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B32C; }
p { color: rgb(17,179,44); }
H1.HeaderClassName
{
color: #11B32C;
}
.AnyTagClassName
{
color: #11B32C;
}
</style>
background-color css
<style>
a { background-color: #11B32C; }
a { background-color: rgb(17,179,44); }
div.DivClassName
{
background-color: #11B32C;
}
.BgClassName
{
background-color: #11B32C;
}
</style>
border-color css
<style>
span { border-color: #11B32C; }
span { border-color: rgb(17,179,44); }
td.TdClassName
{
border-color: #11B32C;
}
.TagClassName
{
border-color: #11B32C;
}
</style>