Shades of Dark Pastel Green #11C32E
Tints of Dark Pastel Green #11C32E
RGB
CMYK
RGB Variations
Color information
#11C32E (or 0x11C32E) is known color: Dark Pastel Green. HEX triplet: 11, C3 and 2E. RGB value is (17,195,46). Sum of RGB (Red+Green+Blue) = 17+195+46=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #11C32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C32E is #EE3CD1. Grayscale: #7D7D7D. Windows color (decimal): -15613138 or 3064593. OLE color: 3064593.
HSL color Cylindrical-coordinate representation of color #11C32E: hue angle of 129.78º 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 #11C32E is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 46 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.24 |
| HSL | 129.78º | 0.84% | 0.42% | - |
| HSV(B) | 129.78º | 0.91% | 0.76% | - |
| XYZ | 20.24 | 39.35 | 9.11 | - |
| YUV | 124.79 | 83.53 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 46 | 0.91 | 0 | 0.76 | 0.24 | 129.78 | 0.84 | 0.42 |
| Hex | 11 | C3 | 2E | 5B | 0 | 4C | 18 | 82 | 54 | 2A |
| Octal | 21 | 303 | 56 | 133 | 0 | 114 | 30 | 202 | 124 | 52 |
| Binary | 10001 | 11000011 | 101110 | 1011011 | 0 | 1001100 | 11000 | 10000010 | 1010100 | 101010 |
Color Harmonies of #11C32E
Complementary color
Monochromatic Colors of #11C32E
Black with #11C32E
Text Example
Text Example
White with #11C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C32E; }
p { color: rgb(17,195,46); }
H1.HeaderClassName
{
color: #11C32E;
}
.AnyTagClassName
{
color: #11C32E;
}
</style>
background-color css
<style>
a { background-color: #11C32E; }
a { background-color: rgb(17,195,46); }
div.DivClassName
{
background-color: #11C32E;
}
.BgClassName
{
background-color: #11C32E;
}
</style>
border-color css
<style>
span { border-color: #11C32E; }
span { border-color: rgb(17,195,46); }
td.TdClassName
{
border-color: #11C32E;
}
.TagClassName
{
border-color: #11C32E;
}
</style>