Shades of Dark Pastel Green #11A530
Tints of Dark Pastel Green #11A530
RGB
CMYK
RGB Variations
Color information
#11A530 (or 0x11A530) is known color: Dark Pastel Green. HEX triplet: 11, A5 and 30. RGB value is (17,165,48). Sum of RGB (Red+Green+Blue) = 17+165+48=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 165 (64.84% from 255 or 71.74% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 165 - color contains mainly: green. Hex color #11A530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A530 is #EE5ACF. Grayscale: #6B6B6B. Windows color (decimal): -15620816 or 3187985. OLE color: 3187985.
HSL color Cylindrical-coordinate representation of color #11A530: hue angle of 132.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A530 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 165 | 48 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.35 |
| HSL | 132.57º | 0.81% | 0.36% | - |
| HSV(B) | 132.57º | 0.9% | 0.65% | - |
| XYZ | 14.22 | 27.24 | 7.31 | - |
| YUV | 107.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 165 | 48 | 0.90 | 0 | 0.71 | 0.35 | 132.57 | 0.81 | 0.36 |
| Hex | 11 | A5 | 30 | 5A | 0 | 47 | 23 | 85 | 51 | 24 |
| Octal | 21 | 245 | 60 | 132 | 0 | 107 | 43 | 205 | 121 | 44 |
| Binary | 10001 | 10100101 | 110000 | 1011010 | 0 | 1000111 | 100011 | 10000101 | 1010001 | 100100 |
Color Harmonies of #11A530
Complementary color
Monochromatic Colors of #11A530
Black with #11A530
Text Example
Text Example
White with #11A530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A530; }
p { color: rgb(17,165,48); }
H1.HeaderClassName
{
color: #11A530;
}
.AnyTagClassName
{
color: #11A530;
}
</style>
background-color css
<style>
a { background-color: #11A530; }
a { background-color: rgb(17,165,48); }
div.DivClassName
{
background-color: #11A530;
}
.BgClassName
{
background-color: #11A530;
}
</style>
border-color css
<style>
span { border-color: #11A530; }
span { border-color: rgb(17,165,48); }
td.TdClassName
{
border-color: #11A530;
}
.TagClassName
{
border-color: #11A530;
}
</style>