Shades of Eucalyptus #28A755
Tints of Eucalyptus #28A755
RGB
CMYK
RGB Variations
Color information
#28A755 (or 0x28A755) is known color: Eucalyptus. HEX triplet: 28, A7 and 55. RGB value is (40,167,85). Sum of RGB (Red+Green+Blue) = 40+167+85=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 167 (65.62% from 255 or 57.19% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 167 - color contains mainly: green. Hex color #28A755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A755 is #D758AA. Grayscale: #777777. Windows color (decimal): -14112939 or 5613352. OLE color: 5613352.
HSL color Cylindrical-coordinate representation of color #28A755: hue angle of 141.26º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A755 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 85 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.35 |
| HSL | 141.26º | 0.61% | 0.41% | - |
| HSV(B) | 141.26º | 0.76% | 0.65% | - |
| XYZ | 16.33 | 28.74 | 13.28 | - |
| YUV | 119.68 | 108.42 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 85 | 0.76 | 0 | 0.49 | 0.35 | 141.26 | 0.61 | 0.41 |
| Hex | 28 | A7 | 55 | 4C | 0 | 31 | 23 | 8D | 3D | 29 |
| Octal | 50 | 247 | 125 | 114 | 0 | 61 | 43 | 215 | 75 | 51 |
| Binary | 101000 | 10100111 | 1010101 | 1001100 | 0 | 110001 | 100011 | 10001101 | 111101 | 101001 |
Color Harmonies of #28A755
Complementary color
Monochromatic Colors of #28A755
Black with #28A755
Text Example
Text Example
White with #28A755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A755; }
p { color: rgb(40,167,85); }
H1.HeaderClassName
{
color: #28A755;
}
.AnyTagClassName
{
color: #28A755;
}
</style>
background-color css
<style>
a { background-color: #28A755; }
a { background-color: rgb(40,167,85); }
div.DivClassName
{
background-color: #28A755;
}
.BgClassName
{
background-color: #28A755;
}
</style>
border-color css
<style>
span { border-color: #28A755; }
span { border-color: rgb(40,167,85); }
td.TdClassName
{
border-color: #28A755;
}
.TagClassName
{
border-color: #28A755;
}
</style>