Shades of Dark Pastel Green #11A831
Tints of Dark Pastel Green #11A831
RGB
CMYK
RGB Variations
Color information
#11A831 (or 0x11A831) is known color: Dark Pastel Green. HEX triplet: 11, A8 and 31. RGB value is (17,168,49). Sum of RGB (Red+Green+Blue) = 17+168+49=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 168 (66.02% from 255 or 71.79% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 168 - color contains mainly: green. Hex color #11A831 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A831 is #EE57CE. Grayscale: #6D6D6D. Windows color (decimal): -15620047 or 3254289. OLE color: 3254289.
HSL color Cylindrical-coordinate representation of color #11A831: hue angle of 132.72º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A831 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 168 | 49 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.34 |
| HSL | 132.72º | 0.82% | 0.36% | - |
| HSV(B) | 132.72º | 0.9% | 0.66% | - |
| XYZ | 14.79 | 28.35 | 7.6 | - |
| YUV | 109.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 49 | 0.90 | 0 | 0.71 | 0.34 | 132.72 | 0.82 | 0.36 |
| Hex | 11 | A8 | 31 | 5A | 0 | 47 | 22 | 85 | 52 | 24 |
| Octal | 21 | 250 | 61 | 132 | 0 | 107 | 42 | 205 | 122 | 44 |
| Binary | 10001 | 10101000 | 110001 | 1011010 | 0 | 1000111 | 100010 | 10000101 | 1010010 | 100100 |
Color Harmonies of #11A831
Complementary color
Monochromatic Colors of #11A831
Black with #11A831
Text Example
Text Example
White with #11A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A831; }
p { color: rgb(17,168,49); }
H1.HeaderClassName
{
color: #11A831;
}
.AnyTagClassName
{
color: #11A831;
}
</style>
background-color css
<style>
a { background-color: #11A831; }
a { background-color: rgb(17,168,49); }
div.DivClassName
{
background-color: #11A831;
}
.BgClassName
{
background-color: #11A831;
}
</style>
border-color css
<style>
span { border-color: #11A831; }
span { border-color: rgb(17,168,49); }
td.TdClassName
{
border-color: #11A831;
}
.TagClassName
{
border-color: #11A831;
}
</style>