Shades of Eucalyptus #289C5C
Tints of Eucalyptus #289C5C
RGB
CMYK
RGB Variations
Color information
#289C5C (or 0x289C5C) is known color: Eucalyptus. HEX triplet: 28, 9C and 5C. RGB value is (40,156,92). Sum of RGB (Red+Green+Blue) = 40+156+92=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #289C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C5C is #D763A3. Grayscale: #727272. Windows color (decimal): -14115748 or 6069288. OLE color: 6069288.
HSL color Cylindrical-coordinate representation of color #289C5C: hue angle of 146.9º 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 #289C5C is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 92 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.39 |
| HSL | 146.9º | 0.59% | 0.38% | - |
| HSV(B) | 146.9º | 0.74% | 0.61% | - |
| XYZ | 14.7 | 25 | 14.18 | - |
| YUV | 114.02 | 115.57 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 92 | 0.74 | 0 | 0.41 | 0.39 | 146.9 | 0.59 | 0.38 |
| Hex | 28 | 9C | 5C | 4A | 0 | 29 | 27 | 93 | 3B | 26 |
| Octal | 50 | 234 | 134 | 112 | 0 | 51 | 47 | 223 | 73 | 46 |
| Binary | 101000 | 10011100 | 1011100 | 1001010 | 0 | 101001 | 100111 | 10010011 | 111011 | 100110 |
Color Harmonies of #289C5C
Complementary color
Monochromatic Colors of #289C5C
Black with #289C5C
Text Example
Text Example
White with #289C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C5C; }
p { color: rgb(40,156,92); }
H1.HeaderClassName
{
color: #289C5C;
}
.AnyTagClassName
{
color: #289C5C;
}
</style>
background-color css
<style>
a { background-color: #289C5C; }
a { background-color: rgb(40,156,92); }
div.DivClassName
{
background-color: #289C5C;
}
.BgClassName
{
background-color: #289C5C;
}
</style>
border-color css
<style>
span { border-color: #289C5C; }
span { border-color: rgb(40,156,92); }
td.TdClassName
{
border-color: #289C5C;
}
.TagClassName
{
border-color: #289C5C;
}
</style>