Shades of Eucalyptus #289A5D
Tints of Eucalyptus #289A5D
RGB
CMYK
RGB Variations
Color information
#289A5D (or 0x289A5D) is known color: Eucalyptus. HEX triplet: 28, 9A and 5D. RGB value is (40,154,93). Sum of RGB (Red+Green+Blue) = 40+154+93=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #289A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289A5D is #D765A2. Grayscale: #717171. Windows color (decimal): -14116259 or 6134312. OLE color: 6134312.
HSL color Cylindrical-coordinate representation of color #289A5D: hue angle of 147.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289A5D is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 93 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.40 |
| HSL | 147.89º | 0.59% | 0.38% | - |
| HSV(B) | 147.89º | 0.74% | 0.6% | - |
| XYZ | 14.41 | 24.35 | 14.3 | - |
| YUV | 112.96 | 116.73 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 93 | 0.74 | 0 | 0.40 | 0.40 | 147.89 | 0.59 | 0.38 |
| Hex | 28 | 9A | 5D | 4A | 0 | 28 | 28 | 94 | 3B | 26 |
| Octal | 50 | 232 | 135 | 112 | 0 | 50 | 50 | 224 | 73 | 46 |
| Binary | 101000 | 10011010 | 1011101 | 1001010 | 0 | 101000 | 101000 | 10010100 | 111011 | 100110 |
Color Harmonies of #289A5D
Complementary color
Monochromatic Colors of #289A5D
Black with #289A5D
Text Example
Text Example
White with #289A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A5D; }
p { color: rgb(40,154,93); }
H1.HeaderClassName
{
color: #289A5D;
}
.AnyTagClassName
{
color: #289A5D;
}
</style>
background-color css
<style>
a { background-color: #289A5D; }
a { background-color: rgb(40,154,93); }
div.DivClassName
{
background-color: #289A5D;
}
.BgClassName
{
background-color: #289A5D;
}
</style>
border-color css
<style>
span { border-color: #289A5D; }
span { border-color: rgb(40,154,93); }
td.TdClassName
{
border-color: #289A5D;
}
.TagClassName
{
border-color: #289A5D;
}
</style>