Shades of Dark Pastel Green #11B845
Tints of Dark Pastel Green #11B845
RGB
CMYK
RGB Variations
Color information
#11B845 (or 0x11B845) is known color: Dark Pastel Green. HEX triplet: 11, B8 and 45. RGB value is (17,184,69). Sum of RGB (Red+Green+Blue) = 17+184+69=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 184 (72.27% from 255 or 68.15% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 184 - color contains mainly: green. Hex color #11B845 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B845 is #EE47BA. Grayscale: #797979. Windows color (decimal): -15615931 or 4569105. OLE color: 4569105.
HSL color Cylindrical-coordinate representation of color #11B845: hue angle of 138.68º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B845 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 184 | 69 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.28 |
| HSL | 138.68º | 0.83% | 0.39% | - |
| HSV(B) | 138.68º | 0.91% | 0.72% | - |
| XYZ | 18.45 | 34.83 | 11.38 | - |
| YUV | 120.96 | 98.67 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 69 | 0.91 | 0 | 0.62 | 0.28 | 138.68 | 0.83 | 0.39 |
| Hex | 11 | B8 | 45 | 5B | 0 | 3E | 1C | 8B | 53 | 27 |
| Octal | 21 | 270 | 105 | 133 | 0 | 76 | 34 | 213 | 123 | 47 |
| Binary | 10001 | 10111000 | 1000101 | 1011011 | 0 | 111110 | 11100 | 10001011 | 1010011 | 100111 |
Color Harmonies of #11B845
Complementary color
Monochromatic Colors of #11B845
Black with #11B845
Text Example
Text Example
White with #11B845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B845; }
p { color: rgb(17,184,69); }
H1.HeaderClassName
{
color: #11B845;
}
.AnyTagClassName
{
color: #11B845;
}
</style>
background-color css
<style>
a { background-color: #11B845; }
a { background-color: rgb(17,184,69); }
div.DivClassName
{
background-color: #11B845;
}
.BgClassName
{
background-color: #11B845;
}
</style>
border-color css
<style>
span { border-color: #11B845; }
span { border-color: rgb(17,184,69); }
td.TdClassName
{
border-color: #11B845;
}
.TagClassName
{
border-color: #11B845;
}
</style>