Shades of Dark Pastel Green #11C41C
Tints of Dark Pastel Green #11C41C
RGB
CMYK
RGB Variations
Color information
#11C41C (or 0x11C41C) is known color: Dark Pastel Green. HEX triplet: 11, C4 and 1C. RGB value is (17,196,28). Sum of RGB (Red+Green+Blue) = 17+196+28=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 196 (76.95% from 255 or 81.33% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 196 - color contains mainly: green. Hex color #11C41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C41C is #EE3BE3. Grayscale: #7B7B7B. Windows color (decimal): -15612900 or 1885201. OLE color: 1885201.
HSL color Cylindrical-coordinate representation of color #11C41C: hue angle of 123.69º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C41C is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 28 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.23 |
| HSL | 123.69º | 0.84% | 0.42% | - |
| HSV(B) | 123.69º | 0.91% | 0.77% | - |
| XYZ | 20.18 | 39.68 | 7.69 | - |
| YUV | 123.33 | 74.2 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 28 | 0.91 | 0 | 0.86 | 0.23 | 123.69 | 0.84 | 0.42 |
| Hex | 11 | C4 | 1C | 5B | 0 | 56 | 17 | 7C | 54 | 2A |
| Octal | 21 | 304 | 34 | 133 | 0 | 126 | 27 | 174 | 124 | 52 |
| Binary | 10001 | 11000100 | 11100 | 1011011 | 0 | 1010110 | 10111 | 1111100 | 1010100 | 101010 |
Color Harmonies of #11C41C
Complementary color
Monochromatic Colors of #11C41C
Black with #11C41C
Text Example
Text Example
White with #11C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C41C; }
p { color: rgb(17,196,28); }
H1.HeaderClassName
{
color: #11C41C;
}
.AnyTagClassName
{
color: #11C41C;
}
</style>
background-color css
<style>
a { background-color: #11C41C; }
a { background-color: rgb(17,196,28); }
div.DivClassName
{
background-color: #11C41C;
}
.BgClassName
{
background-color: #11C41C;
}
</style>
border-color css
<style>
span { border-color: #11C41C; }
span { border-color: rgb(17,196,28); }
td.TdClassName
{
border-color: #11C41C;
}
.TagClassName
{
border-color: #11C41C;
}
</style>