Shades of Dark Pastel Green #11B92F
Tints of Dark Pastel Green #11B92F
RGB
CMYK
RGB Variations
Color information
#11B92F (or 0x11B92F) is known color: Dark Pastel Green. HEX triplet: 11, B9 and 2F. RGB value is (17,185,47). Sum of RGB (Red+Green+Blue) = 17+185+47=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 185 (72.66% from 255 or 74.30% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 185 - color contains mainly: green. Hex color #11B92F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B92F is #EE46D0. Grayscale: #777777. Windows color (decimal): -15615697 or 3127569. OLE color: 3127569.
HSL color Cylindrical-coordinate representation of color #11B92F: hue angle of 130.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B92F is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 47 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.27 |
| HSL | 130.71º | 0.83% | 0.4% | - |
| HSV(B) | 130.71º | 0.91% | 0.73% | - |
| XYZ | 18.09 | 35.02 | 8.5 | - |
| YUV | 119.04 | 87.34 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 47 | 0.91 | 0 | 0.75 | 0.27 | 130.71 | 0.83 | 0.4 |
| Hex | 11 | B9 | 2F | 5B | 0 | 4B | 1B | 83 | 53 | 28 |
| Octal | 21 | 271 | 57 | 133 | 0 | 113 | 33 | 203 | 123 | 50 |
| Binary | 10001 | 10111001 | 101111 | 1011011 | 0 | 1001011 | 11011 | 10000011 | 1010011 | 101000 |
Color Harmonies of #11B92F
Complementary color
Monochromatic Colors of #11B92F
Black with #11B92F
Text Example
Text Example
White with #11B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B92F; }
p { color: rgb(17,185,47); }
H1.HeaderClassName
{
color: #11B92F;
}
.AnyTagClassName
{
color: #11B92F;
}
</style>
background-color css
<style>
a { background-color: #11B92F; }
a { background-color: rgb(17,185,47); }
div.DivClassName
{
background-color: #11B92F;
}
.BgClassName
{
background-color: #11B92F;
}
</style>
border-color css
<style>
span { border-color: #11B92F; }
span { border-color: rgb(17,185,47); }
td.TdClassName
{
border-color: #11B92F;
}
.TagClassName
{
border-color: #11B92F;
}
</style>