Shades of Eucalyptus #28A24F
Tints of Eucalyptus #28A24F
RGB
CMYK
RGB Variations
Color information
#28A24F (or 0x28A24F) is known color: Eucalyptus. HEX triplet: 28, A2 and 4F. RGB value is (40,162,79). Sum of RGB (Red+Green+Blue) = 40+162+79=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #28A24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A24F is #D75DB0. Grayscale: #747474. Windows color (decimal): -14114225 or 5218856. OLE color: 5218856.
HSL color Cylindrical-coordinate representation of color #28A24F: hue angle of 139.18º 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 #28A24F is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 79 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.36 |
| HSL | 139.18º | 0.6% | 0.4% | - |
| HSV(B) | 139.18º | 0.75% | 0.64% | - |
| XYZ | 15.21 | 26.86 | 11.78 | - |
| YUV | 116.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 79 | 0.75 | 0 | 0.51 | 0.36 | 139.18 | 0.6 | 0.4 |
| Hex | 28 | A2 | 4F | 4B | 0 | 33 | 24 | 8B | 3C | 28 |
| Octal | 50 | 242 | 117 | 113 | 0 | 63 | 44 | 213 | 74 | 50 |
| Binary | 101000 | 10100010 | 1001111 | 1001011 | 0 | 110011 | 100100 | 10001011 | 111100 | 101000 |
Color Harmonies of #28A24F
Complementary color
Monochromatic Colors of #28A24F
Black with #28A24F
Text Example
Text Example
White with #28A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A24F; }
p { color: rgb(40,162,79); }
H1.HeaderClassName
{
color: #28A24F;
}
.AnyTagClassName
{
color: #28A24F;
}
</style>
background-color css
<style>
a { background-color: #28A24F; }
a { background-color: rgb(40,162,79); }
div.DivClassName
{
background-color: #28A24F;
}
.BgClassName
{
background-color: #28A24F;
}
</style>
border-color css
<style>
span { border-color: #28A24F; }
span { border-color: rgb(40,162,79); }
td.TdClassName
{
border-color: #28A24F;
}
.TagClassName
{
border-color: #28A24F;
}
</style>