Shades of Dark Pastel Green #11CA2C
Tints of Dark Pastel Green #11CA2C
RGB
CMYK
RGB Variations
Color information
#11CA2C (or 0x11CA2C) is known color: Dark Pastel Green. HEX triplet: 11, CA and 2C. RGB value is (17,202,44). Sum of RGB (Red+Green+Blue) = 17+202+44=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 202 (79.30% from 255 or 76.81% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 202 - color contains mainly: green. Hex color #11CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CA2C is #EE35D3. Grayscale: #818181. Windows color (decimal): -15611348 or 2935313. OLE color: 2935313.
HSL color Cylindrical-coordinate representation of color #11CA2C: hue angle of 128.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CA2C is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 202 | 44 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.21 |
| HSL | 128.76º | 0.84% | 0.43% | - |
| HSV(B) | 128.76º | 0.92% | 0.79% | - |
| XYZ | 21.81 | 42.54 | 9.45 | - |
| YUV | 128.67 | 80.21 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 202 | 44 | 0.92 | 0 | 0.78 | 0.21 | 128.76 | 0.84 | 0.43 |
| Hex | 11 | CA | 2C | 5C | 0 | 4E | 15 | 81 | 54 | 2B |
| Octal | 21 | 312 | 54 | 134 | 0 | 116 | 25 | 201 | 124 | 53 |
| Binary | 10001 | 11001010 | 101100 | 1011100 | 0 | 1001110 | 10101 | 10000001 | 1010100 | 101011 |
Color Harmonies of #11CA2C
Complementary color
Monochromatic Colors of #11CA2C
Black with #11CA2C
Text Example
Text Example
White with #11CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CA2C; }
p { color: rgb(17,202,44); }
H1.HeaderClassName
{
color: #11CA2C;
}
.AnyTagClassName
{
color: #11CA2C;
}
</style>
background-color css
<style>
a { background-color: #11CA2C; }
a { background-color: rgb(17,202,44); }
div.DivClassName
{
background-color: #11CA2C;
}
.BgClassName
{
background-color: #11CA2C;
}
</style>
border-color css
<style>
span { border-color: #11CA2C; }
span { border-color: rgb(17,202,44); }
td.TdClassName
{
border-color: #11CA2C;
}
.TagClassName
{
border-color: #11CA2C;
}
</style>