Shades of Dark Pastel Green #11C342
Tints of Dark Pastel Green #11C342
RGB
CMYK
RGB Variations
Color information
#11C342 (or 0x11C342) is known color: Dark Pastel Green. HEX triplet: 11, C3 and 42. RGB value is (17,195,66). Sum of RGB (Red+Green+Blue) = 17+195+66=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #11C342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C342 is #EE3CBD. Grayscale: #7F7F7F. Windows color (decimal): -15613118 or 4375313. OLE color: 4375313.
HSL color Cylindrical-coordinate representation of color #11C342: hue angle of 136.52º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C342 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 66 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.24 |
| HSL | 136.52º | 0.84% | 0.42% | - |
| HSV(B) | 136.52º | 0.91% | 0.76% | - |
| XYZ | 20.73 | 39.54 | 11.69 | - |
| YUV | 127.07 | 93.53 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 66 | 0.91 | 0 | 0.66 | 0.24 | 136.52 | 0.84 | 0.42 |
| Hex | 11 | C3 | 42 | 5B | 0 | 42 | 18 | 89 | 54 | 2A |
| Octal | 21 | 303 | 102 | 133 | 0 | 102 | 30 | 211 | 124 | 52 |
| Binary | 10001 | 11000011 | 1000010 | 1011011 | 0 | 1000010 | 11000 | 10001001 | 1010100 | 101010 |
Color Harmonies of #11C342
Complementary color
Monochromatic Colors of #11C342
Black with #11C342
Text Example
Text Example
White with #11C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C342; }
p { color: rgb(17,195,66); }
H1.HeaderClassName
{
color: #11C342;
}
.AnyTagClassName
{
color: #11C342;
}
</style>
background-color css
<style>
a { background-color: #11C342; }
a { background-color: rgb(17,195,66); }
div.DivClassName
{
background-color: #11C342;
}
.BgClassName
{
background-color: #11C342;
}
</style>
border-color css
<style>
span { border-color: #11C342; }
span { border-color: rgb(17,195,66); }
td.TdClassName
{
border-color: #11C342;
}
.TagClassName
{
border-color: #11C342;
}
</style>