Shades of Dark Pastel Green #11C134
Tints of Dark Pastel Green #11C134
RGB
CMYK
RGB Variations
Color information
#11C134 (or 0x11C134) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 34. RGB value is (17,193,52). Sum of RGB (Red+Green+Blue) = 17+193+52=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 193 (75.78% from 255 or 73.66% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 193 - color contains mainly: green. Hex color #11C134 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C134 is #EE3ECB. Grayscale: #7C7C7C. Windows color (decimal): -15613644 or 3457297. OLE color: 3457297.
HSL color Cylindrical-coordinate representation of color #11C134: hue angle of 131.93º 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 #11C134 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 52 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.24 |
| HSL | 131.93º | 0.84% | 0.41% | - |
| HSV(B) | 131.93º | 0.91% | 0.76% | - |
| XYZ | 19.92 | 38.51 | 9.63 | - |
| YUV | 124.3 | 87.19 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 52 | 0.91 | 0 | 0.73 | 0.24 | 131.93 | 0.84 | 0.41 |
| Hex | 11 | C1 | 34 | 5B | 0 | 49 | 18 | 84 | 54 | 29 |
| Octal | 21 | 301 | 64 | 133 | 0 | 111 | 30 | 204 | 124 | 51 |
| Binary | 10001 | 11000001 | 110100 | 1011011 | 0 | 1001001 | 11000 | 10000100 | 1010100 | 101001 |
Color Harmonies of #11C134
Complementary color
Monochromatic Colors of #11C134
Black with #11C134
Text Example
Text Example
White with #11C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C134; }
p { color: rgb(17,193,52); }
H1.HeaderClassName
{
color: #11C134;
}
.AnyTagClassName
{
color: #11C134;
}
</style>
background-color css
<style>
a { background-color: #11C134; }
a { background-color: rgb(17,193,52); }
div.DivClassName
{
background-color: #11C134;
}
.BgClassName
{
background-color: #11C134;
}
</style>
border-color css
<style>
span { border-color: #11C134; }
span { border-color: rgb(17,193,52); }
td.TdClassName
{
border-color: #11C134;
}
.TagClassName
{
border-color: #11C134;
}
</style>