Shades of Dark Pastel Green #11C341
Tints of Dark Pastel Green #11C341
RGB
CMYK
RGB Variations
Color information
#11C341 (or 0x11C341) is known color: Dark Pastel Green. HEX triplet: 11, C3 and 41. RGB value is (17,195,65). Sum of RGB (Red+Green+Blue) = 17+195+65=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 195 (76.56% from 255 or 70.40% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 195 - color contains mainly: green. Hex color #11C341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C341 is #EE3CBE. Grayscale: #7F7F7F. Windows color (decimal): -15613119 or 4309777. OLE color: 4309777.
HSL color Cylindrical-coordinate representation of color #11C341: hue angle of 136.18º 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 #11C341 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 65 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.24 |
| HSL | 136.18º | 0.84% | 0.42% | - |
| HSV(B) | 136.18º | 0.91% | 0.76% | - |
| XYZ | 20.7 | 39.53 | 11.54 | - |
| YUV | 126.96 | 93.03 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 65 | 0.91 | 0 | 0.67 | 0.24 | 136.18 | 0.84 | 0.42 |
| Hex | 11 | C3 | 41 | 5B | 0 | 43 | 18 | 88 | 54 | 2A |
| Octal | 21 | 303 | 101 | 133 | 0 | 103 | 30 | 210 | 124 | 52 |
| Binary | 10001 | 11000011 | 1000001 | 1011011 | 0 | 1000011 | 11000 | 10001000 | 1010100 | 101010 |
Color Harmonies of #11C341
Complementary color
Monochromatic Colors of #11C341
Black with #11C341
Text Example
Text Example
White with #11C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C341; }
p { color: rgb(17,195,65); }
H1.HeaderClassName
{
color: #11C341;
}
.AnyTagClassName
{
color: #11C341;
}
</style>
background-color css
<style>
a { background-color: #11C341; }
a { background-color: rgb(17,195,65); }
div.DivClassName
{
background-color: #11C341;
}
.BgClassName
{
background-color: #11C341;
}
</style>
border-color css
<style>
span { border-color: #11C341; }
span { border-color: rgb(17,195,65); }
td.TdClassName
{
border-color: #11C341;
}
.TagClassName
{
border-color: #11C341;
}
</style>