Shades of Eucalyptus #289B64
Tints of Eucalyptus #289B64
RGB
CMYK
RGB Variations
Color information
#289B64 (or 0x289B64) is known color: Eucalyptus. HEX triplet: 28, 9B and 64. RGB value is (40,155,100). Sum of RGB (Red+Green+Blue) = 40+155+100=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #289B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B64 is #D7649B. Grayscale: #727272. Windows color (decimal): -14115996 or 6593320. OLE color: 6593320.
HSL color Cylindrical-coordinate representation of color #289B64: hue angle of 151.3º 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 #289B64 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 100 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.39 |
| HSL | 151.3º | 0.59% | 0.38% | - |
| HSV(B) | 151.3º | 0.74% | 0.61% | - |
| XYZ | 14.9 | 24.81 | 16.06 | - |
| YUV | 114.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 100 | 0.74 | 0 | 0.35 | 0.39 | 151.3 | 0.59 | 0.38 |
| Hex | 28 | 9B | 64 | 4A | 0 | 23 | 27 | 97 | 3B | 26 |
| Octal | 50 | 233 | 144 | 112 | 0 | 43 | 47 | 227 | 73 | 46 |
| Binary | 101000 | 10011011 | 1100100 | 1001010 | 0 | 100011 | 100111 | 10010111 | 111011 | 100110 |
Color Harmonies of #289B64
Complementary color
Monochromatic Colors of #289B64
Black with #289B64
Text Example
Text Example
White with #289B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B64; }
p { color: rgb(40,155,100); }
H1.HeaderClassName
{
color: #289B64;
}
.AnyTagClassName
{
color: #289B64;
}
</style>
background-color css
<style>
a { background-color: #289B64; }
a { background-color: rgb(40,155,100); }
div.DivClassName
{
background-color: #289B64;
}
.BgClassName
{
background-color: #289B64;
}
</style>
border-color css
<style>
span { border-color: #289B64; }
span { border-color: rgb(40,155,100); }
td.TdClassName
{
border-color: #289B64;
}
.TagClassName
{
border-color: #289B64;
}
</style>