Shades of Dark Pastel Green #11B527
Tints of Dark Pastel Green #11B527
RGB
CMYK
RGB Variations
Color information
#11B527 (or 0x11B527) is known color: Dark Pastel Green. HEX triplet: 11, B5 and 27. RGB value is (17,181,39). Sum of RGB (Red+Green+Blue) = 17+181+39=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 181 (71.09% from 255 or 76.37% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 181 - color contains mainly: green. Hex color #11B527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B527 is #EE4AD8. Grayscale: #747474. Windows color (decimal): -15616729 or 2602257. OLE color: 2602257.
HSL color Cylindrical-coordinate representation of color #11B527: hue angle of 128.05º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B527 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 181 | 39 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.29 |
| HSL | 128.05º | 0.83% | 0.39% | - |
| HSV(B) | 128.05º | 0.91% | 0.71% | - |
| XYZ | 17.12 | 33.31 | 7.45 | - |
| YUV | 115.78 | 84.67 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 39 | 0.91 | 0 | 0.78 | 0.29 | 128.05 | 0.83 | 0.39 |
| Hex | 11 | B5 | 27 | 5B | 0 | 4E | 1D | 80 | 53 | 27 |
| Octal | 21 | 265 | 47 | 133 | 0 | 116 | 35 | 200 | 123 | 47 |
| Binary | 10001 | 10110101 | 100111 | 1011011 | 0 | 1001110 | 11101 | 10000000 | 1010011 | 100111 |
Color Harmonies of #11B527
Complementary color
Monochromatic Colors of #11B527
Black with #11B527
Text Example
Text Example
White with #11B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B527; }
p { color: rgb(17,181,39); }
H1.HeaderClassName
{
color: #11B527;
}
.AnyTagClassName
{
color: #11B527;
}
</style>
background-color css
<style>
a { background-color: #11B527; }
a { background-color: rgb(17,181,39); }
div.DivClassName
{
background-color: #11B527;
}
.BgClassName
{
background-color: #11B527;
}
</style>
border-color css
<style>
span { border-color: #11B527; }
span { border-color: rgb(17,181,39); }
td.TdClassName
{
border-color: #11B527;
}
.TagClassName
{
border-color: #11B527;
}
</style>