Shades of Eucalyptus #289B5C
Tints of Eucalyptus #289B5C
RGB
CMYK
RGB Variations
Color information
#289B5C (or 0x289B5C) is known color: Eucalyptus. HEX triplet: 28, 9B and 5C. RGB value is (40,155,92). Sum of RGB (Red+Green+Blue) = 40+155+92=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #289B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B5C is #D764A3. Grayscale: #717171. Windows color (decimal): -14116004 or 6069032. OLE color: 6069032.
HSL color Cylindrical-coordinate representation of color #289B5C: hue angle of 147.13º 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 #289B5C is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 92 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.39 |
| HSL | 147.13º | 0.59% | 0.38% | - |
| HSV(B) | 147.13º | 0.74% | 0.61% | - |
| XYZ | 14.53 | 24.67 | 14.12 | - |
| YUV | 113.43 | 115.9 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 92 | 0.74 | 0 | 0.41 | 0.39 | 147.13 | 0.59 | 0.38 |
| Hex | 28 | 9B | 5C | 4A | 0 | 29 | 27 | 93 | 3B | 26 |
| Octal | 50 | 233 | 134 | 112 | 0 | 51 | 47 | 223 | 73 | 46 |
| Binary | 101000 | 10011011 | 1011100 | 1001010 | 0 | 101001 | 100111 | 10010011 | 111011 | 100110 |
Color Harmonies of #289B5C
Complementary color
Monochromatic Colors of #289B5C
Black with #289B5C
Text Example
Text Example
White with #289B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B5C; }
p { color: rgb(40,155,92); }
H1.HeaderClassName
{
color: #289B5C;
}
.AnyTagClassName
{
color: #289B5C;
}
</style>
background-color css
<style>
a { background-color: #289B5C; }
a { background-color: rgb(40,155,92); }
div.DivClassName
{
background-color: #289B5C;
}
.BgClassName
{
background-color: #289B5C;
}
</style>
border-color css
<style>
span { border-color: #289B5C; }
span { border-color: rgb(40,155,92); }
td.TdClassName
{
border-color: #289B5C;
}
.TagClassName
{
border-color: #289B5C;
}
</style>