Shades of Eucalyptus #289C6C
Tints of Eucalyptus #289C6C
RGB
CMYK
RGB Variations
Color information
#289C6C (or 0x289C6C) is known color: Eucalyptus. HEX triplet: 28, 9C and 6C. RGB value is (40,156,108). Sum of RGB (Red+Green+Blue) = 40+156+108=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #289C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C6C is #D76393. Grayscale: #737373. Windows color (decimal): -14115732 or 7117864. OLE color: 7117864.
HSL color Cylindrical-coordinate representation of color #289C6C: hue angle of 155.17º 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 #289C6C is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 108 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.39 |
| HSL | 155.17º | 0.59% | 0.38% | - |
| HSV(B) | 155.17º | 0.74% | 0.61% | - |
| XYZ | 15.47 | 25.31 | 18.26 | - |
| YUV | 115.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 108 | 0.74 | 0 | 0.31 | 0.39 | 155.17 | 0.59 | 0.38 |
| Hex | 28 | 9C | 6C | 4A | 0 | 1F | 27 | 9B | 3B | 26 |
| Octal | 50 | 234 | 154 | 112 | 0 | 37 | 47 | 233 | 73 | 46 |
| Binary | 101000 | 10011100 | 1101100 | 1001010 | 0 | 11111 | 100111 | 10011011 | 111011 | 100110 |
Color Harmonies of #289C6C
Complementary color
Monochromatic Colors of #289C6C
Black with #289C6C
Text Example
Text Example
White with #289C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C6C; }
p { color: rgb(40,156,108); }
H1.HeaderClassName
{
color: #289C6C;
}
.AnyTagClassName
{
color: #289C6C;
}
</style>
background-color css
<style>
a { background-color: #289C6C; }
a { background-color: rgb(40,156,108); }
div.DivClassName
{
background-color: #289C6C;
}
.BgClassName
{
background-color: #289C6C;
}
</style>
border-color css
<style>
span { border-color: #289C6C; }
span { border-color: rgb(40,156,108); }
td.TdClassName
{
border-color: #289C6C;
}
.TagClassName
{
border-color: #289C6C;
}
</style>