Shades of Dark Pastel Green #11C33D
Tints of Dark Pastel Green #11C33D
RGB
CMYK
RGB Variations
Color information
#11C33D (or 0x11C33D) is known color: Dark Pastel Green. HEX triplet: 11, C3 and 3D. RGB value is (17,195,61). Sum of RGB (Red+Green+Blue) = 17+195+61=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #11C33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C33D is #EE3CC2. Grayscale: #7E7E7E. Windows color (decimal): -15613123 or 4047633. OLE color: 4047633.
HSL color Cylindrical-coordinate representation of color #11C33D: hue angle of 134.83º 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 #11C33D is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 61 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.24 |
| HSL | 134.83º | 0.84% | 0.42% | - |
| HSV(B) | 134.83º | 0.91% | 0.76% | - |
| XYZ | 20.59 | 39.49 | 10.95 | - |
| YUV | 126.5 | 91.03 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 61 | 0.91 | 0 | 0.69 | 0.24 | 134.83 | 0.84 | 0.42 |
| Hex | 11 | C3 | 3D | 5B | 0 | 45 | 18 | 87 | 54 | 2A |
| Octal | 21 | 303 | 75 | 133 | 0 | 105 | 30 | 207 | 124 | 52 |
| Binary | 10001 | 11000011 | 111101 | 1011011 | 0 | 1000101 | 11000 | 10000111 | 1010100 | 101010 |
Color Harmonies of #11C33D
Complementary color
Monochromatic Colors of #11C33D
Black with #11C33D
Text Example
Text Example
White with #11C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C33D; }
p { color: rgb(17,195,61); }
H1.HeaderClassName
{
color: #11C33D;
}
.AnyTagClassName
{
color: #11C33D;
}
</style>
background-color css
<style>
a { background-color: #11C33D; }
a { background-color: rgb(17,195,61); }
div.DivClassName
{
background-color: #11C33D;
}
.BgClassName
{
background-color: #11C33D;
}
</style>
border-color css
<style>
span { border-color: #11C33D; }
span { border-color: rgb(17,195,61); }
td.TdClassName
{
border-color: #11C33D;
}
.TagClassName
{
border-color: #11C33D;
}
</style>