Shades of Dark Pastel Green #11B341
Tints of Dark Pastel Green #11B341
RGB
CMYK
RGB Variations
Color information
#11B341 (or 0x11B341) is known color: Dark Pastel Green. HEX triplet: 11, B3 and 41. RGB value is (17,179,65). Sum of RGB (Red+Green+Blue) = 17+179+65=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #11B341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B341 is #EE4CBE. Grayscale: #757575. Windows color (decimal): -15617215 or 4305681. OLE color: 4305681.
HSL color Cylindrical-coordinate representation of color #11B341: hue angle of 137.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B341 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 65 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.30 |
| HSL | 137.78º | 0.83% | 0.38% | - |
| HSV(B) | 137.78º | 0.91% | 0.7% | - |
| XYZ | 17.31 | 32.74 | 10.41 | - |
| YUV | 117.57 | 98.33 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 65 | 0.91 | 0 | 0.64 | 0.30 | 137.78 | 0.83 | 0.38 |
| Hex | 11 | B3 | 41 | 5B | 0 | 40 | 1E | 8A | 53 | 26 |
| Octal | 21 | 263 | 101 | 133 | 0 | 100 | 36 | 212 | 123 | 46 |
| Binary | 10001 | 10110011 | 1000001 | 1011011 | 0 | 1000000 | 11110 | 10001010 | 1010011 | 100110 |
Color Harmonies of #11B341
Complementary color
Monochromatic Colors of #11B341
Black with #11B341
Text Example
Text Example
White with #11B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B341; }
p { color: rgb(17,179,65); }
H1.HeaderClassName
{
color: #11B341;
}
.AnyTagClassName
{
color: #11B341;
}
</style>
background-color css
<style>
a { background-color: #11B341; }
a { background-color: rgb(17,179,65); }
div.DivClassName
{
background-color: #11B341;
}
.BgClassName
{
background-color: #11B341;
}
</style>
border-color css
<style>
span { border-color: #11B341; }
span { border-color: rgb(17,179,65); }
td.TdClassName
{
border-color: #11B341;
}
.TagClassName
{
border-color: #11B341;
}
</style>