Shades of Eucalyptus #28AF55
Tints of Eucalyptus #28AF55
RGB
CMYK
RGB Variations
Color information
#28AF55 (or 0x28AF55) is known color: Eucalyptus. HEX triplet: 28, AF and 55. RGB value is (40,175,85). Sum of RGB (Red+Green+Blue) = 40+175+85=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF55 is #D750AA. Grayscale: #7C7C7C. Windows color (decimal): -14110891 or 5615400. OLE color: 5615400.
HSL color Cylindrical-coordinate representation of color #28AF55: hue angle of 140º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF55 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 85 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.31 |
| HSL | 140º | 0.63% | 0.42% | - |
| HSV(B) | 140º | 0.77% | 0.69% | - |
| XYZ | 17.84 | 31.77 | 13.79 | - |
| YUV | 124.38 | 105.77 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 85 | 0.77 | 0 | 0.51 | 0.31 | 140 | 0.63 | 0.42 |
| Hex | 28 | AF | 55 | 4D | 0 | 33 | 1F | 8C | 3F | 2A |
| Octal | 50 | 257 | 125 | 115 | 0 | 63 | 37 | 214 | 77 | 52 |
| Binary | 101000 | 10101111 | 1010101 | 1001101 | 0 | 110011 | 11111 | 10001100 | 111111 | 101010 |
Color Harmonies of #28AF55
Complementary color
Monochromatic Colors of #28AF55
Black with #28AF55
Text Example
Text Example
White with #28AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF55; }
p { color: rgb(40,175,85); }
H1.HeaderClassName
{
color: #28AF55;
}
.AnyTagClassName
{
color: #28AF55;
}
</style>
background-color css
<style>
a { background-color: #28AF55; }
a { background-color: rgb(40,175,85); }
div.DivClassName
{
background-color: #28AF55;
}
.BgClassName
{
background-color: #28AF55;
}
</style>
border-color css
<style>
span { border-color: #28AF55; }
span { border-color: rgb(40,175,85); }
td.TdClassName
{
border-color: #28AF55;
}
.TagClassName
{
border-color: #28AF55;
}
</style>