Shades of Dark Pastel Green #11C229
Tints of Dark Pastel Green #11C229
RGB
CMYK
RGB Variations
Color information
#11C229 (or 0x11C229) is known color: Dark Pastel Green. HEX triplet: 11, C2 and 29. RGB value is (17,194,41). Sum of RGB (Red+Green+Blue) = 17+194+41=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #11C229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C229 is #EE3DD6. Grayscale: #7C7C7C. Windows color (decimal): -15613399 or 2736657. OLE color: 2736657.
HSL color Cylindrical-coordinate representation of color #11C229: hue angle of 128.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C229 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 41 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.24 |
| HSL | 128.14º | 0.84% | 0.41% | - |
| HSV(B) | 128.14º | 0.91% | 0.76% | - |
| XYZ | 19.92 | 38.86 | 8.55 | - |
| YUV | 123.64 | 81.36 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 41 | 0.91 | 0 | 0.79 | 0.24 | 128.14 | 0.84 | 0.41 |
| Hex | 11 | C2 | 29 | 5B | 0 | 4F | 18 | 80 | 54 | 29 |
| Octal | 21 | 302 | 51 | 133 | 0 | 117 | 30 | 200 | 124 | 51 |
| Binary | 10001 | 11000010 | 101001 | 1011011 | 0 | 1001111 | 11000 | 10000000 | 1010100 | 101001 |
Color Harmonies of #11C229
Complementary color
Monochromatic Colors of #11C229
Black with #11C229
Text Example
Text Example
White with #11C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C229; }
p { color: rgb(17,194,41); }
H1.HeaderClassName
{
color: #11C229;
}
.AnyTagClassName
{
color: #11C229;
}
</style>
background-color css
<style>
a { background-color: #11C229; }
a { background-color: rgb(17,194,41); }
div.DivClassName
{
background-color: #11C229;
}
.BgClassName
{
background-color: #11C229;
}
</style>
border-color css
<style>
span { border-color: #11C229; }
span { border-color: rgb(17,194,41); }
td.TdClassName
{
border-color: #11C229;
}
.TagClassName
{
border-color: #11C229;
}
</style>