Shades of Eucalyptus #1BA55F
Tints of Eucalyptus #1BA55F
RGB
CMYK
RGB Variations
Color information
#1BA55F (or 0x1BA55F) is known color: Eucalyptus. HEX triplet: 1B, A5 and 5F. RGB value is (27,165,95). Sum of RGB (Red+Green+Blue) = 27+165+95=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA55F is #E45AA0. Grayscale: #737373. Windows color (decimal): -14965409 or 6268187. OLE color: 6268187.
HSL color Cylindrical-coordinate representation of color #1BA55F: hue angle of 149.57º 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 #1BA55F is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 95 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.35 |
| HSL | 149.57º | 0.72% | 0.38% | - |
| HSV(B) | 149.57º | 0.84% | 0.65% | - |
| XYZ | 15.97 | 27.97 | 15.38 | - |
| YUV | 115.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 95 | 0.84 | 0 | 0.42 | 0.35 | 149.57 | 0.72 | 0.38 |
| Hex | 1B | A5 | 5F | 54 | 0 | 2A | 23 | 96 | 48 | 26 |
| Octal | 33 | 245 | 137 | 124 | 0 | 52 | 43 | 226 | 110 | 46 |
| Binary | 11011 | 10100101 | 1011111 | 1010100 | 0 | 101010 | 100011 | 10010110 | 1001000 | 100110 |
Color Harmonies of #1BA55F
Complementary color
Monochromatic Colors of #1BA55F
Black with #1BA55F
Text Example
Text Example
White with #1BA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA55F; }
p { color: rgb(27,165,95); }
H1.HeaderClassName
{
color: #1BA55F;
}
.AnyTagClassName
{
color: #1BA55F;
}
</style>
background-color css
<style>
a { background-color: #1BA55F; }
a { background-color: rgb(27,165,95); }
div.DivClassName
{
background-color: #1BA55F;
}
.BgClassName
{
background-color: #1BA55F;
}
</style>
border-color css
<style>
span { border-color: #1BA55F; }
span { border-color: rgb(27,165,95); }
td.TdClassName
{
border-color: #1BA55F;
}
.TagClassName
{
border-color: #1BA55F;
}
</style>