Shades of Eucalyptus #28A25B
Tints of Eucalyptus #28A25B
RGB
CMYK
RGB Variations
Color information
#28A25B (or 0x28A25B) is known color: Eucalyptus. HEX triplet: 28, A2 and 5B. RGB value is (40,162,91). Sum of RGB (Red+Green+Blue) = 40+162+91=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #28A25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A25B is #D75DA4. Grayscale: #757575. Windows color (decimal): -14114213 or 6005288. OLE color: 6005288.
HSL color Cylindrical-coordinate representation of color #28A25B: hue angle of 145.08º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A25B is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 91 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.36 |
| HSL | 145.08º | 0.6% | 0.4% | - |
| HSV(B) | 145.08º | 0.75% | 0.64% | - |
| XYZ | 15.68 | 27.05 | 14.29 | - |
| YUV | 117.43 | 113.08 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 91 | 0.75 | 0 | 0.44 | 0.36 | 145.08 | 0.6 | 0.4 |
| Hex | 28 | A2 | 5B | 4B | 0 | 2C | 24 | 91 | 3C | 28 |
| Octal | 50 | 242 | 133 | 113 | 0 | 54 | 44 | 221 | 74 | 50 |
| Binary | 101000 | 10100010 | 1011011 | 1001011 | 0 | 101100 | 100100 | 10010001 | 111100 | 101000 |
Color Harmonies of #28A25B
Complementary color
Monochromatic Colors of #28A25B
Black with #28A25B
Text Example
Text Example
White with #28A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A25B; }
p { color: rgb(40,162,91); }
H1.HeaderClassName
{
color: #28A25B;
}
.AnyTagClassName
{
color: #28A25B;
}
</style>
background-color css
<style>
a { background-color: #28A25B; }
a { background-color: rgb(40,162,91); }
div.DivClassName
{
background-color: #28A25B;
}
.BgClassName
{
background-color: #28A25B;
}
</style>
border-color css
<style>
span { border-color: #28A25B; }
span { border-color: rgb(40,162,91); }
td.TdClassName
{
border-color: #28A25B;
}
.TagClassName
{
border-color: #28A25B;
}
</style>