Shades of Eucalyptus #1BA55B
Tints of Eucalyptus #1BA55B
RGB
CMYK
RGB Variations
Color information
#1BA55B (or 0x1BA55B) is known color: Eucalyptus. HEX triplet: 1B, A5 and 5B. RGB value is (27,165,91). Sum of RGB (Red+Green+Blue) = 27+165+91=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA55B is #E45AA4. Grayscale: #737373. Windows color (decimal): -14965413 or 6006043. OLE color: 6006043.
HSL color Cylindrical-coordinate representation of color #1BA55B: hue angle of 147.83º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA55B is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 91 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.35 |
| HSL | 147.83º | 0.72% | 0.38% | - |
| HSV(B) | 147.83º | 0.84% | 0.65% | - |
| XYZ | 15.8 | 27.9 | 14.45 | - |
| YUV | 115.3 | 114.28 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 91 | 0.84 | 0 | 0.45 | 0.35 | 147.83 | 0.72 | 0.38 |
| Hex | 1B | A5 | 5B | 54 | 0 | 2D | 23 | 94 | 48 | 26 |
| Octal | 33 | 245 | 133 | 124 | 0 | 55 | 43 | 224 | 110 | 46 |
| Binary | 11011 | 10100101 | 1011011 | 1010100 | 0 | 101101 | 100011 | 10010100 | 1001000 | 100110 |
Color Harmonies of #1BA55B
Complementary color
Monochromatic Colors of #1BA55B
Black with #1BA55B
Text Example
Text Example
White with #1BA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA55B; }
p { color: rgb(27,165,91); }
H1.HeaderClassName
{
color: #1BA55B;
}
.AnyTagClassName
{
color: #1BA55B;
}
</style>
background-color css
<style>
a { background-color: #1BA55B; }
a { background-color: rgb(27,165,91); }
div.DivClassName
{
background-color: #1BA55B;
}
.BgClassName
{
background-color: #1BA55B;
}
</style>
border-color css
<style>
span { border-color: #1BA55B; }
span { border-color: rgb(27,165,91); }
td.TdClassName
{
border-color: #1BA55B;
}
.TagClassName
{
border-color: #1BA55B;
}
</style>