Shades of Eucalyptus #289B5B
Tints of Eucalyptus #289B5B
RGB
CMYK
RGB Variations
Color information
#289B5B (or 0x289B5B) is known color: Eucalyptus. HEX triplet: 28, 9B and 5B. RGB value is (40,155,91). Sum of RGB (Red+Green+Blue) = 40+155+91=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #289B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B5B is #D764A4. Grayscale: #717171. Windows color (decimal): -14116005 or 6003496. OLE color: 6003496.
HSL color Cylindrical-coordinate representation of color #289B5B: hue angle of 146.61º 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 #289B5B is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 91 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.39 |
| HSL | 146.61º | 0.59% | 0.38% | - |
| HSV(B) | 146.61º | 0.74% | 0.61% | - |
| XYZ | 14.48 | 24.65 | 13.89 | - |
| YUV | 113.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 91 | 0.74 | 0 | 0.41 | 0.39 | 146.61 | 0.59 | 0.38 |
| Hex | 28 | 9B | 5B | 4A | 0 | 29 | 27 | 93 | 3B | 26 |
| Octal | 50 | 233 | 133 | 112 | 0 | 51 | 47 | 223 | 73 | 46 |
| Binary | 101000 | 10011011 | 1011011 | 1001010 | 0 | 101001 | 100111 | 10010011 | 111011 | 100110 |
Color Harmonies of #289B5B
Complementary color
Monochromatic Colors of #289B5B
Black with #289B5B
Text Example
Text Example
White with #289B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B5B; }
p { color: rgb(40,155,91); }
H1.HeaderClassName
{
color: #289B5B;
}
.AnyTagClassName
{
color: #289B5B;
}
</style>
background-color css
<style>
a { background-color: #289B5B; }
a { background-color: rgb(40,155,91); }
div.DivClassName
{
background-color: #289B5B;
}
.BgClassName
{
background-color: #289B5B;
}
</style>
border-color css
<style>
span { border-color: #289B5B; }
span { border-color: rgb(40,155,91); }
td.TdClassName
{
border-color: #289B5B;
}
.TagClassName
{
border-color: #289B5B;
}
</style>