Shades of Dark Pastel Green #11B33B
Tints of Dark Pastel Green #11B33B
RGB
CMYK
RGB Variations
Color information
#11B33B (or 0x11B33B) is known color: Dark Pastel Green. HEX triplet: 11, B3 and 3B. RGB value is (17,179,59). Sum of RGB (Red+Green+Blue) = 17+179+59=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #11B33B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B33B is #EE4CC4. Grayscale: #757575. Windows color (decimal): -15617221 or 3912465. OLE color: 3912465.
HSL color Cylindrical-coordinate representation of color #11B33B: hue angle of 135.56º 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 #11B33B is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 59 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.30 |
| HSL | 135.56º | 0.83% | 0.38% | - |
| HSV(B) | 135.56º | 0.91% | 0.7% | - |
| XYZ | 17.14 | 32.68 | 9.54 | - |
| YUV | 116.88 | 95.33 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 59 | 0.91 | 0 | 0.67 | 0.30 | 135.56 | 0.83 | 0.38 |
| Hex | 11 | B3 | 3B | 5B | 0 | 43 | 1E | 88 | 53 | 26 |
| Octal | 21 | 263 | 73 | 133 | 0 | 103 | 36 | 210 | 123 | 46 |
| Binary | 10001 | 10110011 | 111011 | 1011011 | 0 | 1000011 | 11110 | 10001000 | 1010011 | 100110 |
Color Harmonies of #11B33B
Complementary color
Monochromatic Colors of #11B33B
Black with #11B33B
Text Example
Text Example
White with #11B33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B33B; }
p { color: rgb(17,179,59); }
H1.HeaderClassName
{
color: #11B33B;
}
.AnyTagClassName
{
color: #11B33B;
}
</style>
background-color css
<style>
a { background-color: #11B33B; }
a { background-color: rgb(17,179,59); }
div.DivClassName
{
background-color: #11B33B;
}
.BgClassName
{
background-color: #11B33B;
}
</style>
border-color css
<style>
span { border-color: #11B33B; }
span { border-color: rgb(17,179,59); }
td.TdClassName
{
border-color: #11B33B;
}
.TagClassName
{
border-color: #11B33B;
}
</style>