Shades of Eucalyptus #28A56C
Tints of Eucalyptus #28A56C
RGB
CMYK
RGB Variations
Color information
#28A56C (or 0x28A56C) is known color: Eucalyptus. HEX triplet: 28, A5 and 6C. RGB value is (40,165,108). Sum of RGB (Red+Green+Blue) = 40+165+108=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #28A56C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A56C is #D75A93. Grayscale: #797979. Windows color (decimal): -14113428 or 7120168. OLE color: 7120168.
HSL color Cylindrical-coordinate representation of color #28A56C: hue angle of 152.64º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A56C is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 108 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.35 |
| HSL | 152.64º | 0.61% | 0.4% | - |
| HSV(B) | 152.64º | 0.76% | 0.65% | - |
| XYZ | 17.04 | 28.44 | 18.78 | - |
| YUV | 121.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 108 | 0.76 | 0 | 0.35 | 0.35 | 152.64 | 0.61 | 0.4 |
| Hex | 28 | A5 | 6C | 4C | 0 | 23 | 23 | 99 | 3D | 28 |
| Octal | 50 | 245 | 154 | 114 | 0 | 43 | 43 | 231 | 75 | 50 |
| Binary | 101000 | 10100101 | 1101100 | 1001100 | 0 | 100011 | 100011 | 10011001 | 111101 | 101000 |
Color Harmonies of #28A56C
Complementary color
Monochromatic Colors of #28A56C
Black with #28A56C
Text Example
Text Example
White with #28A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A56C; }
p { color: rgb(40,165,108); }
H1.HeaderClassName
{
color: #28A56C;
}
.AnyTagClassName
{
color: #28A56C;
}
</style>
background-color css
<style>
a { background-color: #28A56C; }
a { background-color: rgb(40,165,108); }
div.DivClassName
{
background-color: #28A56C;
}
.BgClassName
{
background-color: #28A56C;
}
</style>
border-color css
<style>
span { border-color: #28A56C; }
span { border-color: rgb(40,165,108); }
td.TdClassName
{
border-color: #28A56C;
}
.TagClassName
{
border-color: #28A56C;
}
</style>