Shades of Eucalyptus #1BA75F
Tints of Eucalyptus #1BA75F
RGB
CMYK
RGB Variations
Color information
#1BA75F (or 0x1BA75F) is known color: Eucalyptus. HEX triplet: 1B, A7 and 5F. RGB value is (27,167,95). Sum of RGB (Red+Green+Blue) = 27+167+95=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #1BA75F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA75F is #E458A0. Grayscale: #757575. Windows color (decimal): -14964897 or 6268699. OLE color: 6268699.
HSL color Cylindrical-coordinate representation of color #1BA75F: hue angle of 149.14º 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 #1BA75F is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 167 | 95 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.35 |
| HSL | 149.14º | 0.72% | 0.38% | - |
| HSV(B) | 149.14º | 0.84% | 0.65% | - |
| XYZ | 16.34 | 28.7 | 15.5 | - |
| YUV | 116.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 95 | 0.84 | 0 | 0.43 | 0.35 | 149.14 | 0.72 | 0.38 |
| Hex | 1B | A7 | 5F | 54 | 0 | 2B | 23 | 95 | 48 | 26 |
| Octal | 33 | 247 | 137 | 124 | 0 | 53 | 43 | 225 | 110 | 46 |
| Binary | 11011 | 10100111 | 1011111 | 1010100 | 0 | 101011 | 100011 | 10010101 | 1001000 | 100110 |
Color Harmonies of #1BA75F
Complementary color
Monochromatic Colors of #1BA75F
Black with #1BA75F
Text Example
Text Example
White with #1BA75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA75F; }
p { color: rgb(27,167,95); }
H1.HeaderClassName
{
color: #1BA75F;
}
.AnyTagClassName
{
color: #1BA75F;
}
</style>
background-color css
<style>
a { background-color: #1BA75F; }
a { background-color: rgb(27,167,95); }
div.DivClassName
{
background-color: #1BA75F;
}
.BgClassName
{
background-color: #1BA75F;
}
</style>
border-color css
<style>
span { border-color: #1BA75F; }
span { border-color: rgb(27,167,95); }
td.TdClassName
{
border-color: #1BA75F;
}
.TagClassName
{
border-color: #1BA75F;
}
</style>