Shades of Dark Pastel Green #11BF2F
Tints of Dark Pastel Green #11BF2F
RGB
CMYK
RGB Variations
Color information
#11BF2F (or 0x11BF2F) is known color: Dark Pastel Green. HEX triplet: 11, BF and 2F. RGB value is (17,191,47). Sum of RGB (Red+Green+Blue) = 17+191+47=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BF2F is #EE40D0. Grayscale: #7A7A7A. Windows color (decimal): -15614161 or 3129105. OLE color: 3129105.
HSL color Cylindrical-coordinate representation of color #11BF2F: hue angle of 130.34º 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 #11BF2F is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 191 | 47 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.25 |
| HSL | 130.34º | 0.84% | 0.41% | - |
| HSV(B) | 130.34º | 0.91% | 0.75% | - |
| XYZ | 19.38 | 37.59 | 8.92 | - |
| YUV | 122.56 | 85.35 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 47 | 0.91 | 0 | 0.75 | 0.25 | 130.34 | 0.84 | 0.41 |
| Hex | 11 | BF | 2F | 5B | 0 | 4B | 19 | 82 | 54 | 29 |
| Octal | 21 | 277 | 57 | 133 | 0 | 113 | 31 | 202 | 124 | 51 |
| Binary | 10001 | 10111111 | 101111 | 1011011 | 0 | 1001011 | 11001 | 10000010 | 1010100 | 101001 |
Color Harmonies of #11BF2F
Complementary color
Monochromatic Colors of #11BF2F
Black with #11BF2F
Text Example
Text Example
White with #11BF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BF2F; }
p { color: rgb(17,191,47); }
H1.HeaderClassName
{
color: #11BF2F;
}
.AnyTagClassName
{
color: #11BF2F;
}
</style>
background-color css
<style>
a { background-color: #11BF2F; }
a { background-color: rgb(17,191,47); }
div.DivClassName
{
background-color: #11BF2F;
}
.BgClassName
{
background-color: #11BF2F;
}
</style>
border-color css
<style>
span { border-color: #11BF2F; }
span { border-color: rgb(17,191,47); }
td.TdClassName
{
border-color: #11BF2F;
}
.TagClassName
{
border-color: #11BF2F;
}
</style>