Shades of Eucalyptus #28A552
Tints of Eucalyptus #28A552
RGB
CMYK
RGB Variations
Color information
#28A552 (or 0x28A552) is known color: Eucalyptus. HEX triplet: 28, A5 and 52. RGB value is (40,165,82). Sum of RGB (Red+Green+Blue) = 40+165+82=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #28A552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A552 is #D75AAD. Grayscale: #767676. Windows color (decimal): -14113454 or 5416232. OLE color: 5416232.
HSL color Cylindrical-coordinate representation of color #28A552: hue angle of 140.16º 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 #28A552 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 82 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.35 |
| HSL | 140.16º | 0.61% | 0.4% | - |
| HSV(B) | 140.16º | 0.76% | 0.65% | - |
| XYZ | 15.85 | 27.97 | 12.55 | - |
| YUV | 118.16 | 107.59 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 82 | 0.76 | 0 | 0.50 | 0.35 | 140.16 | 0.61 | 0.4 |
| Hex | 28 | A5 | 52 | 4C | 0 | 32 | 23 | 8C | 3D | 28 |
| Octal | 50 | 245 | 122 | 114 | 0 | 62 | 43 | 214 | 75 | 50 |
| Binary | 101000 | 10100101 | 1010010 | 1001100 | 0 | 110010 | 100011 | 10001100 | 111101 | 101000 |
Color Harmonies of #28A552
Complementary color
Monochromatic Colors of #28A552
Black with #28A552
Text Example
Text Example
White with #28A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A552; }
p { color: rgb(40,165,82); }
H1.HeaderClassName
{
color: #28A552;
}
.AnyTagClassName
{
color: #28A552;
}
</style>
background-color css
<style>
a { background-color: #28A552; }
a { background-color: rgb(40,165,82); }
div.DivClassName
{
background-color: #28A552;
}
.BgClassName
{
background-color: #28A552;
}
</style>
border-color css
<style>
span { border-color: #28A552; }
span { border-color: rgb(40,165,82); }
td.TdClassName
{
border-color: #28A552;
}
.TagClassName
{
border-color: #28A552;
}
</style>