Shades of Eucalyptus #28A24D
Tints of Eucalyptus #28A24D
RGB
CMYK
RGB Variations
Color information
#28A24D (or 0x28A24D) is known color: Eucalyptus. HEX triplet: 28, A2 and 4D. RGB value is (40,162,77). Sum of RGB (Red+Green+Blue) = 40+162+77=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #28A24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A24D is #D75DB2. Grayscale: #747474. Windows color (decimal): -14114227 or 5087784. OLE color: 5087784.
HSL color Cylindrical-coordinate representation of color #28A24D: hue angle of 138.2º 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 #28A24D is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 77 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.36 |
| HSL | 138.2º | 0.6% | 0.4% | - |
| HSV(B) | 138.2º | 0.75% | 0.64% | - |
| XYZ | 15.13 | 26.83 | 11.4 | - |
| YUV | 115.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 77 | 0.75 | 0 | 0.52 | 0.36 | 138.2 | 0.6 | 0.4 |
| Hex | 28 | A2 | 4D | 4B | 0 | 34 | 24 | 8A | 3C | 28 |
| Octal | 50 | 242 | 115 | 113 | 0 | 64 | 44 | 212 | 74 | 50 |
| Binary | 101000 | 10100010 | 1001101 | 1001011 | 0 | 110100 | 100100 | 10001010 | 111100 | 101000 |
Color Harmonies of #28A24D
Complementary color
Monochromatic Colors of #28A24D
Black with #28A24D
Text Example
Text Example
White with #28A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A24D; }
p { color: rgb(40,162,77); }
H1.HeaderClassName
{
color: #28A24D;
}
.AnyTagClassName
{
color: #28A24D;
}
</style>
background-color css
<style>
a { background-color: #28A24D; }
a { background-color: rgb(40,162,77); }
div.DivClassName
{
background-color: #28A24D;
}
.BgClassName
{
background-color: #28A24D;
}
</style>
border-color css
<style>
span { border-color: #28A24D; }
span { border-color: rgb(40,162,77); }
td.TdClassName
{
border-color: #28A24D;
}
.TagClassName
{
border-color: #28A24D;
}
</style>