Shades of Eucalyptus #289E5B
Tints of Eucalyptus #289E5B
RGB
CMYK
RGB Variations
Color information
#289E5B (or 0x289E5B) is known color: Eucalyptus. HEX triplet: 28, 9E and 5B. RGB value is (40,158,91). Sum of RGB (Red+Green+Blue) = 40+158+91=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #289E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289E5B is #D761A4. Grayscale: #737373. Windows color (decimal): -14115237 or 6004264. OLE color: 6004264.
HSL color Cylindrical-coordinate representation of color #289E5B: hue angle of 145.93º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289E5B is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 158 | 91 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.38 |
| HSL | 145.93º | 0.6% | 0.39% | - |
| HSV(B) | 145.93º | 0.75% | 0.62% | - |
| XYZ | 14.99 | 25.66 | 14.06 | - |
| YUV | 115.08 | 114.41 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 158 | 91 | 0.75 | 0 | 0.42 | 0.38 | 145.93 | 0.6 | 0.39 |
| Hex | 28 | 9E | 5B | 4B | 0 | 2A | 26 | 92 | 3C | 27 |
| Octal | 50 | 236 | 133 | 113 | 0 | 52 | 46 | 222 | 74 | 47 |
| Binary | 101000 | 10011110 | 1011011 | 1001011 | 0 | 101010 | 100110 | 10010010 | 111100 | 100111 |
Color Harmonies of #289E5B
Complementary color
Monochromatic Colors of #289E5B
Black with #289E5B
Text Example
Text Example
White with #289E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289E5B; }
p { color: rgb(40,158,91); }
H1.HeaderClassName
{
color: #289E5B;
}
.AnyTagClassName
{
color: #289E5B;
}
</style>
background-color css
<style>
a { background-color: #289E5B; }
a { background-color: rgb(40,158,91); }
div.DivClassName
{
background-color: #289E5B;
}
.BgClassName
{
background-color: #289E5B;
}
</style>
border-color css
<style>
span { border-color: #289E5B; }
span { border-color: rgb(40,158,91); }
td.TdClassName
{
border-color: #289E5B;
}
.TagClassName
{
border-color: #289E5B;
}
</style>