Shades of Dark Pastel Green #11B127
Tints of Dark Pastel Green #11B127
RGB
CMYK
RGB Variations
Color information
#11B127 (or 0x11B127) is known color: Dark Pastel Green. HEX triplet: 11, B1 and 27. RGB value is (17,177,39). Sum of RGB (Red+Green+Blue) = 17+177+39=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 177 (69.53% from 255 or 75.97% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 177 - color contains mainly: green. Hex color #11B127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B127 is #EE4ED8. Grayscale: #717171. Windows color (decimal): -15617753 or 2601233. OLE color: 2601233.
HSL color Cylindrical-coordinate representation of color #11B127: hue angle of 128.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B127 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 177 | 39 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.31 |
| HSL | 128.25º | 0.82% | 0.38% | - |
| HSV(B) | 128.25º | 0.9% | 0.69% | - |
| XYZ | 16.32 | 31.71 | 7.18 | - |
| YUV | 113.43 | 85.99 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 39 | 0.90 | 0 | 0.78 | 0.31 | 128.25 | 0.82 | 0.38 |
| Hex | 11 | B1 | 27 | 5A | 0 | 4E | 1F | 80 | 52 | 26 |
| Octal | 21 | 261 | 47 | 132 | 0 | 116 | 37 | 200 | 122 | 46 |
| Binary | 10001 | 10110001 | 100111 | 1011010 | 0 | 1001110 | 11111 | 10000000 | 1010010 | 100110 |
Color Harmonies of #11B127
Complementary color
Monochromatic Colors of #11B127
Black with #11B127
Text Example
Text Example
White with #11B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B127; }
p { color: rgb(17,177,39); }
H1.HeaderClassName
{
color: #11B127;
}
.AnyTagClassName
{
color: #11B127;
}
</style>
background-color css
<style>
a { background-color: #11B127; }
a { background-color: rgb(17,177,39); }
div.DivClassName
{
background-color: #11B127;
}
.BgClassName
{
background-color: #11B127;
}
</style>
border-color css
<style>
span { border-color: #11B127; }
span { border-color: rgb(17,177,39); }
td.TdClassName
{
border-color: #11B127;
}
.TagClassName
{
border-color: #11B127;
}
</style>