Shades of Eucalyptus #289B68
Tints of Eucalyptus #289B68
RGB
CMYK
RGB Variations
Color information
#289B68 (or 0x289B68) is known color: Eucalyptus. HEX triplet: 28, 9B and 68. RGB value is (40,155,104). Sum of RGB (Red+Green+Blue) = 40+155+104=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #289B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B68 is #D76497. Grayscale: #727272. Windows color (decimal): -14115992 or 6855464. OLE color: 6855464.
HSL color Cylindrical-coordinate representation of color #289B68: hue angle of 153.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B68 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 104 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.39 |
| HSL | 153.39º | 0.59% | 0.38% | - |
| HSV(B) | 153.39º | 0.74% | 0.61% | - |
| XYZ | 15.1 | 24.89 | 17.11 | - |
| YUV | 114.8 | 121.9 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 104 | 0.74 | 0 | 0.33 | 0.39 | 153.39 | 0.59 | 0.38 |
| Hex | 28 | 9B | 68 | 4A | 0 | 21 | 27 | 99 | 3B | 26 |
| Octal | 50 | 233 | 150 | 112 | 0 | 41 | 47 | 231 | 73 | 46 |
| Binary | 101000 | 10011011 | 1101000 | 1001010 | 0 | 100001 | 100111 | 10011001 | 111011 | 100110 |
Color Harmonies of #289B68
Complementary color
Monochromatic Colors of #289B68
Black with #289B68
Text Example
Text Example
White with #289B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B68; }
p { color: rgb(40,155,104); }
H1.HeaderClassName
{
color: #289B68;
}
.AnyTagClassName
{
color: #289B68;
}
</style>
background-color css
<style>
a { background-color: #289B68; }
a { background-color: rgb(40,155,104); }
div.DivClassName
{
background-color: #289B68;
}
.BgClassName
{
background-color: #289B68;
}
</style>
border-color css
<style>
span { border-color: #289B68; }
span { border-color: rgb(40,155,104); }
td.TdClassName
{
border-color: #289B68;
}
.TagClassName
{
border-color: #289B68;
}
</style>