Shades of Eucalyptus #289265
Tints of Eucalyptus #289265
RGB
CMYK
RGB Variations
Color information
#289265 (or 0x289265) is known color: Eucalyptus. HEX triplet: 28, 92 and 65. RGB value is (40,146,101). Sum of RGB (Red+Green+Blue) = 40+146+101=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #289265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289265 is #D76D9A. Grayscale: #6D6D6D. Windows color (decimal): -14118299 or 6656552. OLE color: 6656552.
HSL color Cylindrical-coordinate representation of color #289265: hue angle of 154.53º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289265 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 101 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.43 |
| HSL | 154.53º | 0.57% | 0.36% | - |
| HSV(B) | 154.53º | 0.73% | 0.57% | - |
| XYZ | 13.5 | 21.95 | 15.84 | - |
| YUV | 109.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 101 | 0.73 | 0 | 0.31 | 0.43 | 154.53 | 0.57 | 0.36 |
| Hex | 28 | 92 | 65 | 49 | 0 | 1F | 2B | 9B | 39 | 24 |
| Octal | 50 | 222 | 145 | 111 | 0 | 37 | 53 | 233 | 71 | 44 |
| Binary | 101000 | 10010010 | 1100101 | 1001001 | 0 | 11111 | 101011 | 10011011 | 111001 | 100100 |
Color Harmonies of #289265
Complementary color
Monochromatic Colors of #289265
Black with #289265
Text Example
Text Example
White with #289265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289265; }
p { color: rgb(40,146,101); }
H1.HeaderClassName
{
color: #289265;
}
.AnyTagClassName
{
color: #289265;
}
</style>
background-color css
<style>
a { background-color: #289265; }
a { background-color: rgb(40,146,101); }
div.DivClassName
{
background-color: #289265;
}
.BgClassName
{
background-color: #289265;
}
</style>
border-color css
<style>
span { border-color: #289265; }
span { border-color: rgb(40,146,101); }
td.TdClassName
{
border-color: #289265;
}
.TagClassName
{
border-color: #289265;
}
</style>