Shades of Eucalyptus #28AF54
Tints of Eucalyptus #28AF54
RGB
CMYK
RGB Variations
Color information
#28AF54 (or 0x28AF54) is known color: Eucalyptus. HEX triplet: 28, AF and 54. RGB value is (40,175,84). Sum of RGB (Red+Green+Blue) = 40+175+84=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF54 is #D750AB. Grayscale: #7C7C7C. Windows color (decimal): -14110892 or 5549864. OLE color: 5549864.
HSL color Cylindrical-coordinate representation of color #28AF54: hue angle of 139.56º 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 #28AF54 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 84 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.31 |
| HSL | 139.56º | 0.63% | 0.42% | - |
| HSV(B) | 139.56º | 0.77% | 0.69% | - |
| XYZ | 17.81 | 31.75 | 13.58 | - |
| YUV | 124.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 84 | 0.77 | 0 | 0.52 | 0.31 | 139.56 | 0.63 | 0.42 |
| Hex | 28 | AF | 54 | 4D | 0 | 34 | 1F | 8C | 3F | 2A |
| Octal | 50 | 257 | 124 | 115 | 0 | 64 | 37 | 214 | 77 | 52 |
| Binary | 101000 | 10101111 | 1010100 | 1001101 | 0 | 110100 | 11111 | 10001100 | 111111 | 101010 |
Color Harmonies of #28AF54
Complementary color
Monochromatic Colors of #28AF54
Black with #28AF54
Text Example
Text Example
White with #28AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF54; }
p { color: rgb(40,175,84); }
H1.HeaderClassName
{
color: #28AF54;
}
.AnyTagClassName
{
color: #28AF54;
}
</style>
background-color css
<style>
a { background-color: #28AF54; }
a { background-color: rgb(40,175,84); }
div.DivClassName
{
background-color: #28AF54;
}
.BgClassName
{
background-color: #28AF54;
}
</style>
border-color css
<style>
span { border-color: #28AF54; }
span { border-color: rgb(40,175,84); }
td.TdClassName
{
border-color: #28AF54;
}
.TagClassName
{
border-color: #28AF54;
}
</style>