Shades of Dark Pastel Green #11C32F
Tints of Dark Pastel Green #11C32F
RGB
CMYK
RGB Variations
Color information
#11C32F (or 0x11C32F) is known color: Dark Pastel Green. HEX triplet: 11, C3 and 2F. RGB value is (17,195,47). Sum of RGB (Red+Green+Blue) = 17+195+47=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #11C32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C32F is #EE3CD0. Grayscale: #7D7D7D. Windows color (decimal): -15613137 or 3130129. OLE color: 3130129.
HSL color Cylindrical-coordinate representation of color #11C32F: hue angle of 130.11º 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 #11C32F is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 47 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.24 |
| HSL | 130.11º | 0.84% | 0.42% | - |
| HSV(B) | 130.11º | 0.91% | 0.76% | - |
| XYZ | 20.26 | 39.35 | 9.22 | - |
| YUV | 124.91 | 84.03 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 47 | 0.91 | 0 | 0.76 | 0.24 | 130.11 | 0.84 | 0.42 |
| Hex | 11 | C3 | 2F | 5B | 0 | 4C | 18 | 82 | 54 | 2A |
| Octal | 21 | 303 | 57 | 133 | 0 | 114 | 30 | 202 | 124 | 52 |
| Binary | 10001 | 11000011 | 101111 | 1011011 | 0 | 1001100 | 11000 | 10000010 | 1010100 | 101010 |
Color Harmonies of #11C32F
Complementary color
Monochromatic Colors of #11C32F
Black with #11C32F
Text Example
Text Example
White with #11C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C32F; }
p { color: rgb(17,195,47); }
H1.HeaderClassName
{
color: #11C32F;
}
.AnyTagClassName
{
color: #11C32F;
}
</style>
background-color css
<style>
a { background-color: #11C32F; }
a { background-color: rgb(17,195,47); }
div.DivClassName
{
background-color: #11C32F;
}
.BgClassName
{
background-color: #11C32F;
}
</style>
border-color css
<style>
span { border-color: #11C32F; }
span { border-color: rgb(17,195,47); }
td.TdClassName
{
border-color: #11C32F;
}
.TagClassName
{
border-color: #11C32F;
}
</style>