Shades of Eucalyptus #28A35F
Tints of Eucalyptus #28A35F
RGB
CMYK
RGB Variations
Color information
#28A35F (or 0x28A35F) is known color: Eucalyptus. HEX triplet: 28, A3 and 5F. RGB value is (40,163,95). Sum of RGB (Red+Green+Blue) = 40+163+95=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #28A35F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A35F is #D75CA0. Grayscale: #767676. Windows color (decimal): -14113953 or 6267688. OLE color: 6267688.
HSL color Cylindrical-coordinate representation of color #28A35F: hue angle of 146.83º degrees, saturation: 0.61, 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 #28A35F is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 163 | 95 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.36 |
| HSL | 146.83º | 0.61% | 0.4% | - |
| HSV(B) | 146.83º | 0.75% | 0.64% | - |
| XYZ | 16.04 | 27.47 | 15.28 | - |
| YUV | 118.47 | 114.75 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 95 | 0.75 | 0 | 0.42 | 0.36 | 146.83 | 0.61 | 0.4 |
| Hex | 28 | A3 | 5F | 4B | 0 | 2A | 24 | 93 | 3D | 28 |
| Octal | 50 | 243 | 137 | 113 | 0 | 52 | 44 | 223 | 75 | 50 |
| Binary | 101000 | 10100011 | 1011111 | 1001011 | 0 | 101010 | 100100 | 10010011 | 111101 | 101000 |
Color Harmonies of #28A35F
Complementary color
Monochromatic Colors of #28A35F
Black with #28A35F
Text Example
Text Example
White with #28A35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A35F; }
p { color: rgb(40,163,95); }
H1.HeaderClassName
{
color: #28A35F;
}
.AnyTagClassName
{
color: #28A35F;
}
</style>
background-color css
<style>
a { background-color: #28A35F; }
a { background-color: rgb(40,163,95); }
div.DivClassName
{
background-color: #28A35F;
}
.BgClassName
{
background-color: #28A35F;
}
</style>
border-color css
<style>
span { border-color: #28A35F; }
span { border-color: rgb(40,163,95); }
td.TdClassName
{
border-color: #28A35F;
}
.TagClassName
{
border-color: #28A35F;
}
</style>