Shades of Eucalyptus #28A765
Tints of Eucalyptus #28A765
RGB
CMYK
RGB Variations
Color information
#28A765 (or 0x28A765) is known color: Eucalyptus. HEX triplet: 28, A7 and 65. RGB value is (40,167,101). Sum of RGB (Red+Green+Blue) = 40+167+101=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #28A765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A765 is #D7589A. Grayscale: #797979. Windows color (decimal): -14112923 or 6661928. OLE color: 6661928.
HSL color Cylindrical-coordinate representation of color #28A765: hue angle of 148.82º 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 #28A765 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 101 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.35 |
| HSL | 148.82º | 0.61% | 0.41% | - |
| HSV(B) | 148.82º | 0.76% | 0.65% | - |
| XYZ | 17.04 | 29.03 | 17.02 | - |
| YUV | 121.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 101 | 0.76 | 0 | 0.40 | 0.35 | 148.82 | 0.61 | 0.41 |
| Hex | 28 | A7 | 65 | 4C | 0 | 28 | 23 | 95 | 3D | 29 |
| Octal | 50 | 247 | 145 | 114 | 0 | 50 | 43 | 225 | 75 | 51 |
| Binary | 101000 | 10100111 | 1100101 | 1001100 | 0 | 101000 | 100011 | 10010101 | 111101 | 101001 |
Color Harmonies of #28A765
Complementary color
Monochromatic Colors of #28A765
Black with #28A765
Text Example
Text Example
White with #28A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A765; }
p { color: rgb(40,167,101); }
H1.HeaderClassName
{
color: #28A765;
}
.AnyTagClassName
{
color: #28A765;
}
</style>
background-color css
<style>
a { background-color: #28A765; }
a { background-color: rgb(40,167,101); }
div.DivClassName
{
background-color: #28A765;
}
.BgClassName
{
background-color: #28A765;
}
</style>
border-color css
<style>
span { border-color: #28A765; }
span { border-color: rgb(40,167,101); }
td.TdClassName
{
border-color: #28A765;
}
.TagClassName
{
border-color: #28A765;
}
</style>