Shades of Eucalyptus #1BA75C
Tints of Eucalyptus #1BA75C
RGB
CMYK
RGB Variations
Color information
#1BA75C (or 0x1BA75C) is known color: Eucalyptus. HEX triplet: 1B, A7 and 5C. RGB value is (27,167,92). Sum of RGB (Red+Green+Blue) = 27+167+92=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #1BA75C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA75C is #E458A3. Grayscale: #747474. Windows color (decimal): -14964900 or 6072091. OLE color: 6072091.
HSL color Cylindrical-coordinate representation of color #1BA75C: hue angle of 147.86º 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 #1BA75C is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 167 | 92 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.35 |
| HSL | 147.86º | 0.72% | 0.38% | - |
| HSV(B) | 147.86º | 0.84% | 0.65% | - |
| XYZ | 16.2 | 28.64 | 14.8 | - |
| YUV | 116.59 | 114.12 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 92 | 0.84 | 0 | 0.45 | 0.35 | 147.86 | 0.72 | 0.38 |
| Hex | 1B | A7 | 5C | 54 | 0 | 2D | 23 | 94 | 48 | 26 |
| Octal | 33 | 247 | 134 | 124 | 0 | 55 | 43 | 224 | 110 | 46 |
| Binary | 11011 | 10100111 | 1011100 | 1010100 | 0 | 101101 | 100011 | 10010100 | 1001000 | 100110 |
Color Harmonies of #1BA75C
Complementary color
Monochromatic Colors of #1BA75C
Black with #1BA75C
Text Example
Text Example
White with #1BA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA75C; }
p { color: rgb(27,167,92); }
H1.HeaderClassName
{
color: #1BA75C;
}
.AnyTagClassName
{
color: #1BA75C;
}
</style>
background-color css
<style>
a { background-color: #1BA75C; }
a { background-color: rgb(27,167,92); }
div.DivClassName
{
background-color: #1BA75C;
}
.BgClassName
{
background-color: #1BA75C;
}
</style>
border-color css
<style>
span { border-color: #1BA75C; }
span { border-color: rgb(27,167,92); }
td.TdClassName
{
border-color: #1BA75C;
}
.TagClassName
{
border-color: #1BA75C;
}
</style>