Shades of Eucalyptus #289C52
Tints of Eucalyptus #289C52
RGB
CMYK
RGB Variations
Color information
#289C52 (or 0x289C52) is known color: Eucalyptus. HEX triplet: 28, 9C and 52. RGB value is (40,156,82). Sum of RGB (Red+Green+Blue) = 40+156+82=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #289C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C52 is #D763AD. Grayscale: #717171. Windows color (decimal): -14115758 or 5413928. OLE color: 5413928.
HSL color Cylindrical-coordinate representation of color #289C52: hue angle of 141.72º 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 #289C52 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 82 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.39 |
| HSL | 141.72º | 0.59% | 0.38% | - |
| HSV(B) | 141.72º | 0.74% | 0.61% | - |
| XYZ | 14.29 | 24.84 | 12.02 | - |
| YUV | 112.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 82 | 0.74 | 0 | 0.47 | 0.39 | 141.72 | 0.59 | 0.38 |
| Hex | 28 | 9C | 52 | 4A | 0 | 2F | 27 | 8E | 3B | 26 |
| Octal | 50 | 234 | 122 | 112 | 0 | 57 | 47 | 216 | 73 | 46 |
| Binary | 101000 | 10011100 | 1010010 | 1001010 | 0 | 101111 | 100111 | 10001110 | 111011 | 100110 |
Color Harmonies of #289C52
Complementary color
Monochromatic Colors of #289C52
Black with #289C52
Text Example
Text Example
White with #289C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C52; }
p { color: rgb(40,156,82); }
H1.HeaderClassName
{
color: #289C52;
}
.AnyTagClassName
{
color: #289C52;
}
</style>
background-color css
<style>
a { background-color: #289C52; }
a { background-color: rgb(40,156,82); }
div.DivClassName
{
background-color: #289C52;
}
.BgClassName
{
background-color: #289C52;
}
</style>
border-color css
<style>
span { border-color: #289C52; }
span { border-color: rgb(40,156,82); }
td.TdClassName
{
border-color: #289C52;
}
.TagClassName
{
border-color: #289C52;
}
</style>