Shades of Eucalyptus #289C55
Tints of Eucalyptus #289C55
RGB
CMYK
RGB Variations
Color information
#289C55 (or 0x289C55) is known color: Eucalyptus. HEX triplet: 28, 9C and 55. RGB value is (40,156,85). Sum of RGB (Red+Green+Blue) = 40+156+85=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #289C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C55 is #D763AA. Grayscale: #717171. Windows color (decimal): -14115755 or 5610536. OLE color: 5610536.
HSL color Cylindrical-coordinate representation of color #289C55: hue angle of 143.28º 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 #289C55 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 85 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.39 |
| HSL | 143.28º | 0.59% | 0.38% | - |
| HSV(B) | 143.28º | 0.74% | 0.61% | - |
| XYZ | 14.4 | 24.88 | 12.64 | - |
| YUV | 113.22 | 112.07 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 85 | 0.74 | 0 | 0.46 | 0.39 | 143.28 | 0.59 | 0.38 |
| Hex | 28 | 9C | 55 | 4A | 0 | 2E | 27 | 8F | 3B | 26 |
| Octal | 50 | 234 | 125 | 112 | 0 | 56 | 47 | 217 | 73 | 46 |
| Binary | 101000 | 10011100 | 1010101 | 1001010 | 0 | 101110 | 100111 | 10001111 | 111011 | 100110 |
Color Harmonies of #289C55
Complementary color
Monochromatic Colors of #289C55
Black with #289C55
Text Example
Text Example
White with #289C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C55; }
p { color: rgb(40,156,85); }
H1.HeaderClassName
{
color: #289C55;
}
.AnyTagClassName
{
color: #289C55;
}
</style>
background-color css
<style>
a { background-color: #289C55; }
a { background-color: rgb(40,156,85); }
div.DivClassName
{
background-color: #289C55;
}
.BgClassName
{
background-color: #289C55;
}
</style>
border-color css
<style>
span { border-color: #289C55; }
span { border-color: rgb(40,156,85); }
td.TdClassName
{
border-color: #289C55;
}
.TagClassName
{
border-color: #289C55;
}
</style>