Shades of Dark Pastel Green #11C321
Tints of Dark Pastel Green #11C321
RGB
CMYK
RGB Variations
Color information
#11C321 (or 0x11C321) is known color: Dark Pastel Green. HEX triplet: 11, C3 and 21. RGB value is (17,195,33). Sum of RGB (Red+Green+Blue) = 17+195+33=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 195 (76.56% from 255 or 79.59% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 195 - color contains mainly: green. Hex color #11C321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C321 is #EE3CDE. Grayscale: #7B7B7B. Windows color (decimal): -15613151 or 2212625. OLE color: 2212625.
HSL color Cylindrical-coordinate representation of color #11C321: hue angle of 125.39º 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 #11C321 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 33 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.24 |
| HSL | 125.39º | 0.84% | 0.42% | - |
| HSV(B) | 125.39º | 0.91% | 0.76% | - |
| XYZ | 20.02 | 39.26 | 7.96 | - |
| YUV | 123.31 | 77.03 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 33 | 0.91 | 0 | 0.83 | 0.24 | 125.39 | 0.84 | 0.42 |
| Hex | 11 | C3 | 21 | 5B | 0 | 53 | 18 | 7D | 54 | 2A |
| Octal | 21 | 303 | 41 | 133 | 0 | 123 | 30 | 175 | 124 | 52 |
| Binary | 10001 | 11000011 | 100001 | 1011011 | 0 | 1010011 | 11000 | 1111101 | 1010100 | 101010 |
Color Harmonies of #11C321
Complementary color
Monochromatic Colors of #11C321
Black with #11C321
Text Example
Text Example
White with #11C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C321; }
p { color: rgb(17,195,33); }
H1.HeaderClassName
{
color: #11C321;
}
.AnyTagClassName
{
color: #11C321;
}
</style>
background-color css
<style>
a { background-color: #11C321; }
a { background-color: rgb(17,195,33); }
div.DivClassName
{
background-color: #11C321;
}
.BgClassName
{
background-color: #11C321;
}
</style>
border-color css
<style>
span { border-color: #11C321; }
span { border-color: rgb(17,195,33); }
td.TdClassName
{
border-color: #11C321;
}
.TagClassName
{
border-color: #11C321;
}
</style>