Shades of Eucalyptus #28AD62
Tints of Eucalyptus #28AD62
RGB
CMYK
RGB Variations
Color information
#28AD62 (or 0x28AD62) is known color: Eucalyptus. HEX triplet: 28, AD and 62. RGB value is (40,173,98). Sum of RGB (Red+Green+Blue) = 40+173+98=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AD62 is #D7529D. Grayscale: #7C7C7C. Windows color (decimal): -14111390 or 6466856. OLE color: 6466856.
HSL color Cylindrical-coordinate representation of color #28AD62: hue angle of 146.17º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD62 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 98 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.32 |
| HSL | 146.17º | 0.62% | 0.42% | - |
| HSV(B) | 146.17º | 0.77% | 0.68% | - |
| XYZ | 18.02 | 31.22 | 16.63 | - |
| YUV | 124.68 | 112.94 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 98 | 0.77 | 0 | 0.43 | 0.32 | 146.17 | 0.62 | 0.42 |
| Hex | 28 | AD | 62 | 4D | 0 | 2B | 20 | 92 | 3E | 2A |
| Octal | 50 | 255 | 142 | 115 | 0 | 53 | 40 | 222 | 76 | 52 |
| Binary | 101000 | 10101101 | 1100010 | 1001101 | 0 | 101011 | 100000 | 10010010 | 111110 | 101010 |
Color Harmonies of #28AD62
Complementary color
Monochromatic Colors of #28AD62
Black with #28AD62
Text Example
Text Example
White with #28AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD62; }
p { color: rgb(40,173,98); }
H1.HeaderClassName
{
color: #28AD62;
}
.AnyTagClassName
{
color: #28AD62;
}
</style>
background-color css
<style>
a { background-color: #28AD62; }
a { background-color: rgb(40,173,98); }
div.DivClassName
{
background-color: #28AD62;
}
.BgClassName
{
background-color: #28AD62;
}
</style>
border-color css
<style>
span { border-color: #28AD62; }
span { border-color: rgb(40,173,98); }
td.TdClassName
{
border-color: #28AD62;
}
.TagClassName
{
border-color: #28AD62;
}
</style>