Shades of Dark Pastel Green #11B42B
Tints of Dark Pastel Green #11B42B
RGB
CMYK
RGB Variations
Color information
#11B42B (or 0x11B42B) is known color: Dark Pastel Green. HEX triplet: 11, B4 and 2B. RGB value is (17,180,43). Sum of RGB (Red+Green+Blue) = 17+180+43=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #11B42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B42B is #EE4BD4. Grayscale: #747474. Windows color (decimal): -15616981 or 2864145. OLE color: 2864145.
HSL color Cylindrical-coordinate representation of color #11B42B: hue angle of 129.57º 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 #11B42B is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 180 | 43 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.29 |
| HSL | 129.57º | 0.83% | 0.39% | - |
| HSV(B) | 129.57º | 0.91% | 0.71% | - |
| XYZ | 16.99 | 32.94 | 7.75 | - |
| YUV | 115.65 | 87 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 43 | 0.91 | 0 | 0.76 | 0.29 | 129.57 | 0.83 | 0.39 |
| Hex | 11 | B4 | 2B | 5B | 0 | 4C | 1D | 82 | 53 | 27 |
| Octal | 21 | 264 | 53 | 133 | 0 | 114 | 35 | 202 | 123 | 47 |
| Binary | 10001 | 10110100 | 101011 | 1011011 | 0 | 1001100 | 11101 | 10000010 | 1010011 | 100111 |
Color Harmonies of #11B42B
Complementary color
Monochromatic Colors of #11B42B
Black with #11B42B
Text Example
Text Example
White with #11B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B42B; }
p { color: rgb(17,180,43); }
H1.HeaderClassName
{
color: #11B42B;
}
.AnyTagClassName
{
color: #11B42B;
}
</style>
background-color css
<style>
a { background-color: #11B42B; }
a { background-color: rgb(17,180,43); }
div.DivClassName
{
background-color: #11B42B;
}
.BgClassName
{
background-color: #11B42B;
}
</style>
border-color css
<style>
span { border-color: #11B42B; }
span { border-color: rgb(17,180,43); }
td.TdClassName
{
border-color: #11B42B;
}
.TagClassName
{
border-color: #11B42B;
}
</style>