Shades of Eucalyptus #289D5E
Tints of Eucalyptus #289D5E
RGB
CMYK
RGB Variations
Color information
#289D5E (or 0x289D5E) is known color: Eucalyptus. HEX triplet: 28, 9D and 5E. RGB value is (40,157,94). Sum of RGB (Red+Green+Blue) = 40+157+94=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #289D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289D5E is #D762A1. Grayscale: #727272. Windows color (decimal): -14115490 or 6200616. OLE color: 6200616.
HSL color Cylindrical-coordinate representation of color #289D5E: hue angle of 147.69º degrees, saturation: 0.59, 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 #289D5E is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 94 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.38 |
| HSL | 147.69º | 0.59% | 0.39% | - |
| HSV(B) | 147.69º | 0.75% | 0.62% | - |
| XYZ | 14.95 | 25.37 | 14.7 | - |
| YUV | 114.84 | 116.24 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 94 | 0.75 | 0 | 0.40 | 0.38 | 147.69 | 0.59 | 0.39 |
| Hex | 28 | 9D | 5E | 4B | 0 | 28 | 26 | 94 | 3B | 27 |
| Octal | 50 | 235 | 136 | 113 | 0 | 50 | 46 | 224 | 73 | 47 |
| Binary | 101000 | 10011101 | 1011110 | 1001011 | 0 | 101000 | 100110 | 10010100 | 111011 | 100111 |
Color Harmonies of #289D5E
Complementary color
Monochromatic Colors of #289D5E
Black with #289D5E
Text Example
Text Example
White with #289D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D5E; }
p { color: rgb(40,157,94); }
H1.HeaderClassName
{
color: #289D5E;
}
.AnyTagClassName
{
color: #289D5E;
}
</style>
background-color css
<style>
a { background-color: #289D5E; }
a { background-color: rgb(40,157,94); }
div.DivClassName
{
background-color: #289D5E;
}
.BgClassName
{
background-color: #289D5E;
}
</style>
border-color css
<style>
span { border-color: #289D5E; }
span { border-color: rgb(40,157,94); }
td.TdClassName
{
border-color: #289D5E;
}
.TagClassName
{
border-color: #289D5E;
}
</style>