Shades of Dark Pastel Green #11A238
Tints of Dark Pastel Green #11A238
RGB
CMYK
RGB Variations
Color information
#11A238 (or 0x11A238) is known color: Dark Pastel Green. HEX triplet: 11, A2 and 38. RGB value is (17,162,56). Sum of RGB (Red+Green+Blue) = 17+162+56=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 162 (63.67% from 255 or 68.94% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 162 - color contains mainly: green. Hex color #11A238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A238 is #EE5DC7. Grayscale: #6A6A6A. Windows color (decimal): -15621576 or 3711505. OLE color: 3711505.
HSL color Cylindrical-coordinate representation of color #11A238: hue angle of 136.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A238 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 162 | 56 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.36 |
| HSL | 136.14º | 0.81% | 0.35% | - |
| HSV(B) | 136.14º | 0.9% | 0.64% | - |
| XYZ | 13.87 | 26.25 | 8.08 | - |
| YUV | 106.56 | 99.46 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 56 | 0.90 | 0 | 0.65 | 0.36 | 136.14 | 0.81 | 0.35 |
| Hex | 11 | A2 | 38 | 5A | 0 | 41 | 24 | 88 | 51 | 23 |
| Octal | 21 | 242 | 70 | 132 | 0 | 101 | 44 | 210 | 121 | 43 |
| Binary | 10001 | 10100010 | 111000 | 1011010 | 0 | 1000001 | 100100 | 10001000 | 1010001 | 100011 |
Color Harmonies of #11A238
Complementary color
Monochromatic Colors of #11A238
Black with #11A238
Text Example
Text Example
White with #11A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A238; }
p { color: rgb(17,162,56); }
H1.HeaderClassName
{
color: #11A238;
}
.AnyTagClassName
{
color: #11A238;
}
</style>
background-color css
<style>
a { background-color: #11A238; }
a { background-color: rgb(17,162,56); }
div.DivClassName
{
background-color: #11A238;
}
.BgClassName
{
background-color: #11A238;
}
</style>
border-color css
<style>
span { border-color: #11A238; }
span { border-color: rgb(17,162,56); }
td.TdClassName
{
border-color: #11A238;
}
.TagClassName
{
border-color: #11A238;
}
</style>