Shades of Eucalyptus #289D5C
Tints of Eucalyptus #289D5C
RGB
CMYK
RGB Variations
Color information
#289D5C (or 0x289D5C) is known color: Eucalyptus. HEX triplet: 28, 9D and 5C. RGB value is (40,157,92). Sum of RGB (Red+Green+Blue) = 40+157+92=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #289D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289D5C is #D762A3. Grayscale: #727272. Windows color (decimal): -14115492 or 6069544. OLE color: 6069544.
HSL color Cylindrical-coordinate representation of color #289D5C: hue angle of 146.67º 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 #289D5C is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 92 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.38 |
| HSL | 146.67º | 0.59% | 0.39% | - |
| HSV(B) | 146.67º | 0.75% | 0.62% | - |
| XYZ | 14.86 | 25.34 | 14.23 | - |
| YUV | 114.61 | 115.24 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 92 | 0.75 | 0 | 0.41 | 0.38 | 146.67 | 0.59 | 0.39 |
| Hex | 28 | 9D | 5C | 4B | 0 | 29 | 26 | 93 | 3B | 27 |
| Octal | 50 | 235 | 134 | 113 | 0 | 51 | 46 | 223 | 73 | 47 |
| Binary | 101000 | 10011101 | 1011100 | 1001011 | 0 | 101001 | 100110 | 10010011 | 111011 | 100111 |
Color Harmonies of #289D5C
Complementary color
Monochromatic Colors of #289D5C
Black with #289D5C
Text Example
Text Example
White with #289D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D5C; }
p { color: rgb(40,157,92); }
H1.HeaderClassName
{
color: #289D5C;
}
.AnyTagClassName
{
color: #289D5C;
}
</style>
background-color css
<style>
a { background-color: #289D5C; }
a { background-color: rgb(40,157,92); }
div.DivClassName
{
background-color: #289D5C;
}
.BgClassName
{
background-color: #289D5C;
}
</style>
border-color css
<style>
span { border-color: #289D5C; }
span { border-color: rgb(40,157,92); }
td.TdClassName
{
border-color: #289D5C;
}
.TagClassName
{
border-color: #289D5C;
}
</style>