Shades of Eucalyptus #289F4E
Tints of Eucalyptus #289F4E
RGB
CMYK
RGB Variations
Color information
#289F4E (or 0x289F4E) is known color: Eucalyptus. HEX triplet: 28, 9F and 4E. RGB value is (40,159,78). Sum of RGB (Red+Green+Blue) = 40+159+78=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #289F4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289F4E is #D760B1. Grayscale: #727272. Windows color (decimal): -14114994 or 5152552. OLE color: 5152552.
HSL color Cylindrical-coordinate representation of color #289F4E: hue angle of 139.16º 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 #289F4E is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 78 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.38 |
| HSL | 139.16º | 0.6% | 0.39% | - |
| HSV(B) | 139.16º | 0.75% | 0.62% | - |
| XYZ | 14.65 | 25.8 | 11.42 | - |
| YUV | 114.19 | 107.58 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 78 | 0.75 | 0 | 0.51 | 0.38 | 139.16 | 0.6 | 0.39 |
| Hex | 28 | 9F | 4E | 4B | 0 | 33 | 26 | 8B | 3C | 27 |
| Octal | 50 | 237 | 116 | 113 | 0 | 63 | 46 | 213 | 74 | 47 |
| Binary | 101000 | 10011111 | 1001110 | 1001011 | 0 | 110011 | 100110 | 10001011 | 111100 | 100111 |
Color Harmonies of #289F4E
Complementary color
Monochromatic Colors of #289F4E
Black with #289F4E
Text Example
Text Example
White with #289F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F4E; }
p { color: rgb(40,159,78); }
H1.HeaderClassName
{
color: #289F4E;
}
.AnyTagClassName
{
color: #289F4E;
}
</style>
background-color css
<style>
a { background-color: #289F4E; }
a { background-color: rgb(40,159,78); }
div.DivClassName
{
background-color: #289F4E;
}
.BgClassName
{
background-color: #289F4E;
}
</style>
border-color css
<style>
span { border-color: #289F4E; }
span { border-color: rgb(40,159,78); }
td.TdClassName
{
border-color: #289F4E;
}
.TagClassName
{
border-color: #289F4E;
}
</style>