Shades of Eucalyptus #28A55B
Tints of Eucalyptus #28A55B
RGB
CMYK
RGB Variations
Color information
#28A55B (or 0x28A55B) is known color: Eucalyptus. HEX triplet: 28, A5 and 5B. RGB value is (40,165,91). Sum of RGB (Red+Green+Blue) = 40+165+91=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #28A55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A55B is #D75AA4. Grayscale: #777777. Windows color (decimal): -14113445 or 6006056. OLE color: 6006056.
HSL color Cylindrical-coordinate representation of color #28A55B: hue angle of 144.48º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A55B is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 91 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.35 |
| HSL | 144.48º | 0.61% | 0.4% | - |
| HSV(B) | 144.48º | 0.76% | 0.65% | - |
| XYZ | 16.22 | 28.12 | 14.47 | - |
| YUV | 119.19 | 112.09 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 91 | 0.76 | 0 | 0.45 | 0.35 | 144.48 | 0.61 | 0.4 |
| Hex | 28 | A5 | 5B | 4C | 0 | 2D | 23 | 90 | 3D | 28 |
| Octal | 50 | 245 | 133 | 114 | 0 | 55 | 43 | 220 | 75 | 50 |
| Binary | 101000 | 10100101 | 1011011 | 1001100 | 0 | 101101 | 100011 | 10010000 | 111101 | 101000 |
Color Harmonies of #28A55B
Complementary color
Monochromatic Colors of #28A55B
Black with #28A55B
Text Example
Text Example
White with #28A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A55B; }
p { color: rgb(40,165,91); }
H1.HeaderClassName
{
color: #28A55B;
}
.AnyTagClassName
{
color: #28A55B;
}
</style>
background-color css
<style>
a { background-color: #28A55B; }
a { background-color: rgb(40,165,91); }
div.DivClassName
{
background-color: #28A55B;
}
.BgClassName
{
background-color: #28A55B;
}
</style>
border-color css
<style>
span { border-color: #28A55B; }
span { border-color: rgb(40,165,91); }
td.TdClassName
{
border-color: #28A55B;
}
.TagClassName
{
border-color: #28A55B;
}
</style>