Shades of Dark Pastel Green #11BE2D
Tints of Dark Pastel Green #11BE2D
RGB
CMYK
RGB Variations
Color information
#11BE2D (or 0x11BE2D) is known color: Dark Pastel Green. HEX triplet: 11, BE and 2D. RGB value is (17,190,45). Sum of RGB (Red+Green+Blue) = 17+190+45=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 190 (74.61% from 255 or 75.40% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BE2D is #EE41D2. Grayscale: #7A7A7A. Windows color (decimal): -15614419 or 2997777. OLE color: 2997777.
HSL color Cylindrical-coordinate representation of color #11BE2D: hue angle of 129.71º 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 #11BE2D is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 45 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.25 |
| HSL | 129.71º | 0.84% | 0.41% | - |
| HSV(B) | 129.71º | 0.91% | 0.75% | - |
| XYZ | 19.12 | 37.14 | 8.64 | - |
| YUV | 121.74 | 84.69 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 45 | 0.91 | 0 | 0.76 | 0.25 | 129.71 | 0.84 | 0.41 |
| Hex | 11 | BE | 2D | 5B | 0 | 4C | 19 | 82 | 54 | 29 |
| Octal | 21 | 276 | 55 | 133 | 0 | 114 | 31 | 202 | 124 | 51 |
| Binary | 10001 | 10111110 | 101101 | 1011011 | 0 | 1001100 | 11001 | 10000010 | 1010100 | 101001 |
Color Harmonies of #11BE2D
Complementary color
Monochromatic Colors of #11BE2D
Black with #11BE2D
Text Example
Text Example
White with #11BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE2D; }
p { color: rgb(17,190,45); }
H1.HeaderClassName
{
color: #11BE2D;
}
.AnyTagClassName
{
color: #11BE2D;
}
</style>
background-color css
<style>
a { background-color: #11BE2D; }
a { background-color: rgb(17,190,45); }
div.DivClassName
{
background-color: #11BE2D;
}
.BgClassName
{
background-color: #11BE2D;
}
</style>
border-color css
<style>
span { border-color: #11BE2D; }
span { border-color: rgb(17,190,45); }
td.TdClassName
{
border-color: #11BE2D;
}
.TagClassName
{
border-color: #11BE2D;
}
</style>