Shades of Eucalyptus #28A54F
Tints of Eucalyptus #28A54F
RGB
CMYK
RGB Variations
Color information
#28A54F (or 0x28A54F) is known color: Eucalyptus. HEX triplet: 28, A5 and 4F. RGB value is (40,165,79). Sum of RGB (Red+Green+Blue) = 40+165+79=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #28A54F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A54F is #D75AB0. Grayscale: #767676. Windows color (decimal): -14113457 or 5219624. OLE color: 5219624.
HSL color Cylindrical-coordinate representation of color #28A54F: hue angle of 138.72º 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 #28A54F is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 79 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.35 |
| HSL | 138.72º | 0.61% | 0.4% | - |
| HSV(B) | 138.72º | 0.76% | 0.65% | - |
| XYZ | 15.74 | 27.93 | 11.96 | - |
| YUV | 117.82 | 106.09 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 79 | 0.76 | 0 | 0.52 | 0.35 | 138.72 | 0.61 | 0.4 |
| Hex | 28 | A5 | 4F | 4C | 0 | 34 | 23 | 8B | 3D | 28 |
| Octal | 50 | 245 | 117 | 114 | 0 | 64 | 43 | 213 | 75 | 50 |
| Binary | 101000 | 10100101 | 1001111 | 1001100 | 0 | 110100 | 100011 | 10001011 | 111101 | 101000 |
Color Harmonies of #28A54F
Complementary color
Monochromatic Colors of #28A54F
Black with #28A54F
Text Example
Text Example
White with #28A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A54F; }
p { color: rgb(40,165,79); }
H1.HeaderClassName
{
color: #28A54F;
}
.AnyTagClassName
{
color: #28A54F;
}
</style>
background-color css
<style>
a { background-color: #28A54F; }
a { background-color: rgb(40,165,79); }
div.DivClassName
{
background-color: #28A54F;
}
.BgClassName
{
background-color: #28A54F;
}
</style>
border-color css
<style>
span { border-color: #28A54F; }
span { border-color: rgb(40,165,79); }
td.TdClassName
{
border-color: #28A54F;
}
.TagClassName
{
border-color: #28A54F;
}
</style>