Shades of Dark Pastel Green #11B039
Tints of Dark Pastel Green #11B039
RGB
CMYK
RGB Variations
Color information
#11B039 (or 0x11B039) is known color: Dark Pastel Green. HEX triplet: 11, B0 and 39. RGB value is (17,176,57). Sum of RGB (Red+Green+Blue) = 17+176+57=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #11B039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B039 is #EE4FC6. Grayscale: #737373. Windows color (decimal): -15617991 or 3780625. OLE color: 3780625.
HSL color Cylindrical-coordinate representation of color #11B039: hue angle of 135.09º 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 #11B039 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 176 | 57 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.31 |
| HSL | 135.09º | 0.82% | 0.38% | - |
| HSV(B) | 135.09º | 0.9% | 0.69% | - |
| XYZ | 16.5 | 31.47 | 9.07 | - |
| YUV | 114.89 | 95.32 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 57 | 0.90 | 0 | 0.68 | 0.31 | 135.09 | 0.82 | 0.38 |
| Hex | 11 | B0 | 39 | 5A | 0 | 44 | 1F | 87 | 52 | 26 |
| Octal | 21 | 260 | 71 | 132 | 0 | 104 | 37 | 207 | 122 | 46 |
| Binary | 10001 | 10110000 | 111001 | 1011010 | 0 | 1000100 | 11111 | 10000111 | 1010010 | 100110 |
Color Harmonies of #11B039
Complementary color
Monochromatic Colors of #11B039
Black with #11B039
Text Example
Text Example
White with #11B039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B039; }
p { color: rgb(17,176,57); }
H1.HeaderClassName
{
color: #11B039;
}
.AnyTagClassName
{
color: #11B039;
}
</style>
background-color css
<style>
a { background-color: #11B039; }
a { background-color: rgb(17,176,57); }
div.DivClassName
{
background-color: #11B039;
}
.BgClassName
{
background-color: #11B039;
}
</style>
border-color css
<style>
span { border-color: #11B039; }
span { border-color: rgb(17,176,57); }
td.TdClassName
{
border-color: #11B039;
}
.TagClassName
{
border-color: #11B039;
}
</style>