Shades of Dark Pastel Green #11BD2B
Tints of Dark Pastel Green #11BD2B
RGB
CMYK
RGB Variations
Color information
#11BD2B (or 0x11BD2B) is known color: Dark Pastel Green. HEX triplet: 11, BD and 2B. RGB value is (17,189,43). Sum of RGB (Red+Green+Blue) = 17+189+43=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 189 (74.22% from 255 or 75.90% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BD2B is #EE42D4. Grayscale: #797979. Windows color (decimal): -15614677 or 2866449. OLE color: 2866449.
HSL color Cylindrical-coordinate representation of color #11BD2B: hue angle of 129.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BD2B is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 43 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.26 |
| HSL | 129.07º | 0.83% | 0.4% | - |
| HSV(B) | 129.07º | 0.91% | 0.74% | - |
| XYZ | 18.86 | 36.69 | 8.37 | - |
| YUV | 120.93 | 84.02 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 43 | 0.91 | 0 | 0.77 | 0.26 | 129.07 | 0.83 | 0.4 |
| Hex | 11 | BD | 2B | 5B | 0 | 4D | 1A | 81 | 53 | 28 |
| Octal | 21 | 275 | 53 | 133 | 0 | 115 | 32 | 201 | 123 | 50 |
| Binary | 10001 | 10111101 | 101011 | 1011011 | 0 | 1001101 | 11010 | 10000001 | 1010011 | 101000 |
Color Harmonies of #11BD2B
Complementary color
Monochromatic Colors of #11BD2B
Black with #11BD2B
Text Example
Text Example
White with #11BD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD2B; }
p { color: rgb(17,189,43); }
H1.HeaderClassName
{
color: #11BD2B;
}
.AnyTagClassName
{
color: #11BD2B;
}
</style>
background-color css
<style>
a { background-color: #11BD2B; }
a { background-color: rgb(17,189,43); }
div.DivClassName
{
background-color: #11BD2B;
}
.BgClassName
{
background-color: #11BD2B;
}
</style>
border-color css
<style>
span { border-color: #11BD2B; }
span { border-color: rgb(17,189,43); }
td.TdClassName
{
border-color: #11BD2B;
}
.TagClassName
{
border-color: #11BD2B;
}
</style>