Shades of Dark Pastel Green #11B42C
Tints of Dark Pastel Green #11B42C
RGB
CMYK
RGB Variations
Color information
#11B42C (or 0x11B42C) is known color: Dark Pastel Green. HEX triplet: 11, B4 and 2C. RGB value is (17,180,44). Sum of RGB (Red+Green+Blue) = 17+180+44=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 180 (70.70% from 255 or 74.69% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 180 - color contains mainly: green. Hex color #11B42C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B42C is #EE4BD3. Grayscale: #747474. Windows color (decimal): -15616980 or 2929681. OLE color: 2929681.
HSL color Cylindrical-coordinate representation of color #11B42C: hue angle of 129.94º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B42C is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 180 | 44 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.29 |
| HSL | 129.94º | 0.83% | 0.39% | - |
| HSV(B) | 129.94º | 0.91% | 0.71% | - |
| XYZ | 17.01 | 32.94 | 7.85 | - |
| YUV | 115.76 | 87.5 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 44 | 0.91 | 0 | 0.76 | 0.29 | 129.94 | 0.83 | 0.39 |
| Hex | 11 | B4 | 2C | 5B | 0 | 4C | 1D | 82 | 53 | 27 |
| Octal | 21 | 264 | 54 | 133 | 0 | 114 | 35 | 202 | 123 | 47 |
| Binary | 10001 | 10110100 | 101100 | 1011011 | 0 | 1001100 | 11101 | 10000010 | 1010011 | 100111 |
Color Harmonies of #11B42C
Complementary color
Monochromatic Colors of #11B42C
Black with #11B42C
Text Example
Text Example
White with #11B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B42C; }
p { color: rgb(17,180,44); }
H1.HeaderClassName
{
color: #11B42C;
}
.AnyTagClassName
{
color: #11B42C;
}
</style>
background-color css
<style>
a { background-color: #11B42C; }
a { background-color: rgb(17,180,44); }
div.DivClassName
{
background-color: #11B42C;
}
.BgClassName
{
background-color: #11B42C;
}
</style>
border-color css
<style>
span { border-color: #11B42C; }
span { border-color: rgb(17,180,44); }
td.TdClassName
{
border-color: #11B42C;
}
.TagClassName
{
border-color: #11B42C;
}
</style>