Shades of Dark Pastel Green #1BBA55
Tints of Dark Pastel Green #1BBA55
RGB
CMYK
RGB Variations
Color information
#1BBA55 (or 0x1BBA55) is known color: Dark Pastel Green. HEX triplet: 1B, BA and 55. RGB value is (27,186,85). Sum of RGB (Red+Green+Blue) = 27+186+85=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBA55 is #E445AA. Grayscale: #7F7F7F. Windows color (decimal): -14960043 or 5618203. OLE color: 5618203.
HSL color Cylindrical-coordinate representation of color #1BBA55: hue angle of 141.89º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBA55 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 85 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.27 |
| HSL | 141.89º | 0.75% | 0.42% | - |
| HSV(B) | 141.89º | 0.85% | 0.73% | - |
| XYZ | 19.65 | 36.01 | 14.51 | - |
| YUV | 126.95 | 104.32 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 85 | 0.85 | 0 | 0.54 | 0.27 | 141.89 | 0.75 | 0.42 |
| Hex | 1B | BA | 55 | 55 | 0 | 36 | 1B | 8E | 4B | 2A |
| Octal | 33 | 272 | 125 | 125 | 0 | 66 | 33 | 216 | 113 | 52 |
| Binary | 11011 | 10111010 | 1010101 | 1010101 | 0 | 110110 | 11011 | 10001110 | 1001011 | 101010 |
Color Harmonies of #1BBA55
Complementary color
Monochromatic Colors of #1BBA55
Black with #1BBA55
Text Example
Text Example
White with #1BBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA55; }
p { color: rgb(27,186,85); }
H1.HeaderClassName
{
color: #1BBA55;
}
.AnyTagClassName
{
color: #1BBA55;
}
</style>
background-color css
<style>
a { background-color: #1BBA55; }
a { background-color: rgb(27,186,85); }
div.DivClassName
{
background-color: #1BBA55;
}
.BgClassName
{
background-color: #1BBA55;
}
</style>
border-color css
<style>
span { border-color: #1BBA55; }
span { border-color: rgb(27,186,85); }
td.TdClassName
{
border-color: #1BBA55;
}
.TagClassName
{
border-color: #1BBA55;
}
</style>