Shades of Eucalyptus #28AF58
Tints of Eucalyptus #28AF58
RGB
CMYK
RGB Variations
Color information
#28AF58 (or 0x28AF58) is known color: Eucalyptus. HEX triplet: 28, AF and 58. RGB value is (40,175,88). Sum of RGB (Red+Green+Blue) = 40+175+88=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF58 is #D750A7. Grayscale: #7C7C7C. Windows color (decimal): -14110888 or 5812008. OLE color: 5812008.
HSL color Cylindrical-coordinate representation of color #28AF58: hue angle of 141.33º 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 #28AF58 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 88 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.31 |
| HSL | 141.33º | 0.63% | 0.42% | - |
| HSV(B) | 141.33º | 0.77% | 0.69% | - |
| XYZ | 17.97 | 31.82 | 14.43 | - |
| YUV | 124.72 | 107.27 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 88 | 0.77 | 0 | 0.50 | 0.31 | 141.33 | 0.63 | 0.42 |
| Hex | 28 | AF | 58 | 4D | 0 | 32 | 1F | 8D | 3F | 2A |
| Octal | 50 | 257 | 130 | 115 | 0 | 62 | 37 | 215 | 77 | 52 |
| Binary | 101000 | 10101111 | 1011000 | 1001101 | 0 | 110010 | 11111 | 10001101 | 111111 | 101010 |
Color Harmonies of #28AF58
Complementary color
Monochromatic Colors of #28AF58
Black with #28AF58
Text Example
Text Example
White with #28AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF58; }
p { color: rgb(40,175,88); }
H1.HeaderClassName
{
color: #28AF58;
}
.AnyTagClassName
{
color: #28AF58;
}
</style>
background-color css
<style>
a { background-color: #28AF58; }
a { background-color: rgb(40,175,88); }
div.DivClassName
{
background-color: #28AF58;
}
.BgClassName
{
background-color: #28AF58;
}
</style>
border-color css
<style>
span { border-color: #28AF58; }
span { border-color: rgb(40,175,88); }
td.TdClassName
{
border-color: #28AF58;
}
.TagClassName
{
border-color: #28AF58;
}
</style>