Shades of Eucalyptus #28A75A
Tints of Eucalyptus #28A75A
RGB
CMYK
RGB Variations
Color information
#28A75A (or 0x28A75A) is known color: Eucalyptus. HEX triplet: 28, A7 and 5A. RGB value is (40,167,90). Sum of RGB (Red+Green+Blue) = 40+167+90=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #28A75A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A75A is #D758A5. Grayscale: #787878. Windows color (decimal): -14112934 or 5941032. OLE color: 5941032.
HSL color Cylindrical-coordinate representation of color #28A75A: hue angle of 143.62º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A75A is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 90 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.35 |
| HSL | 143.62º | 0.61% | 0.41% | - |
| HSV(B) | 143.62º | 0.76% | 0.65% | - |
| XYZ | 16.54 | 28.83 | 14.37 | - |
| YUV | 120.25 | 110.92 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 90 | 0.76 | 0 | 0.46 | 0.35 | 143.62 | 0.61 | 0.41 |
| Hex | 28 | A7 | 5A | 4C | 0 | 2E | 23 | 90 | 3D | 29 |
| Octal | 50 | 247 | 132 | 114 | 0 | 56 | 43 | 220 | 75 | 51 |
| Binary | 101000 | 10100111 | 1011010 | 1001100 | 0 | 101110 | 100011 | 10010000 | 111101 | 101001 |
Color Harmonies of #28A75A
Complementary color
Monochromatic Colors of #28A75A
Black with #28A75A
Text Example
Text Example
White with #28A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A75A; }
p { color: rgb(40,167,90); }
H1.HeaderClassName
{
color: #28A75A;
}
.AnyTagClassName
{
color: #28A75A;
}
</style>
background-color css
<style>
a { background-color: #28A75A; }
a { background-color: rgb(40,167,90); }
div.DivClassName
{
background-color: #28A75A;
}
.BgClassName
{
background-color: #28A75A;
}
</style>
border-color css
<style>
span { border-color: #28A75A; }
span { border-color: rgb(40,167,90); }
td.TdClassName
{
border-color: #28A75A;
}
.TagClassName
{
border-color: #28A75A;
}
</style>