Shades of Dark Pastel Green #11C01F
Tints of Dark Pastel Green #11C01F
RGB
CMYK
RGB Variations
Color information
#11C01F (or 0x11C01F) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 1F. RGB value is (17,192,31). Sum of RGB (Red+Green+Blue) = 17+192+31=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #11C01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C01F is #EE3FE0. Grayscale: #797979. Windows color (decimal): -15613921 or 2080785. OLE color: 2080785.
HSL color Cylindrical-coordinate representation of color #11C01F: hue angle of 124.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C01F is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 31 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.25 |
| HSL | 124.8º | 0.84% | 0.41% | - |
| HSV(B) | 124.8º | 0.91% | 0.75% | - |
| XYZ | 19.33 | 37.92 | 7.6 | - |
| YUV | 121.32 | 77.02 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 31 | 0.91 | 0 | 0.84 | 0.25 | 124.8 | 0.84 | 0.41 |
| Hex | 11 | C0 | 1F | 5B | 0 | 54 | 19 | 7D | 54 | 29 |
| Octal | 21 | 300 | 37 | 133 | 0 | 124 | 31 | 175 | 124 | 51 |
| Binary | 10001 | 11000000 | 11111 | 1011011 | 0 | 1010100 | 11001 | 1111101 | 1010100 | 101001 |
Color Harmonies of #11C01F
Complementary color
Monochromatic Colors of #11C01F
Black with #11C01F
Text Example
Text Example
White with #11C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C01F; }
p { color: rgb(17,192,31); }
H1.HeaderClassName
{
color: #11C01F;
}
.AnyTagClassName
{
color: #11C01F;
}
</style>
background-color css
<style>
a { background-color: #11C01F; }
a { background-color: rgb(17,192,31); }
div.DivClassName
{
background-color: #11C01F;
}
.BgClassName
{
background-color: #11C01F;
}
</style>
border-color css
<style>
span { border-color: #11C01F; }
span { border-color: rgb(17,192,31); }
td.TdClassName
{
border-color: #11C01F;
}
.TagClassName
{
border-color: #11C01F;
}
</style>