Shades of Dark Pastel Green #11C348
Tints of Dark Pastel Green #11C348
RGB
CMYK
RGB Variations
Color information
#11C348 (or 0x11C348) is known color: Dark Pastel Green. HEX triplet: 11, C3 and 48. RGB value is (17,195,72). Sum of RGB (Red+Green+Blue) = 17+195+72=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #11C348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C348 is #EE3CB7. Grayscale: #808080. Windows color (decimal): -15613112 or 4768529. OLE color: 4768529.
HSL color Cylindrical-coordinate representation of color #11C348: hue angle of 138.54º 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 #11C348 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 72 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.24 |
| HSL | 138.54º | 0.84% | 0.42% | - |
| HSV(B) | 138.54º | 0.91% | 0.76% | - |
| XYZ | 20.92 | 39.62 | 12.68 | - |
| YUV | 127.76 | 96.53 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 72 | 0.91 | 0 | 0.63 | 0.24 | 138.54 | 0.84 | 0.42 |
| Hex | 11 | C3 | 48 | 5B | 0 | 3F | 18 | 8B | 54 | 2A |
| Octal | 21 | 303 | 110 | 133 | 0 | 77 | 30 | 213 | 124 | 52 |
| Binary | 10001 | 11000011 | 1001000 | 1011011 | 0 | 111111 | 11000 | 10001011 | 1010100 | 101010 |
Color Harmonies of #11C348
Complementary color
Monochromatic Colors of #11C348
Black with #11C348
Text Example
Text Example
White with #11C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C348; }
p { color: rgb(17,195,72); }
H1.HeaderClassName
{
color: #11C348;
}
.AnyTagClassName
{
color: #11C348;
}
</style>
background-color css
<style>
a { background-color: #11C348; }
a { background-color: rgb(17,195,72); }
div.DivClassName
{
background-color: #11C348;
}
.BgClassName
{
background-color: #11C348;
}
</style>
border-color css
<style>
span { border-color: #11C348; }
span { border-color: rgb(17,195,72); }
td.TdClassName
{
border-color: #11C348;
}
.TagClassName
{
border-color: #11C348;
}
</style>