Shades of Eucalyptus #28A761
Tints of Eucalyptus #28A761
RGB
CMYK
RGB Variations
Color information
#28A761 (or 0x28A761) is known color: Eucalyptus. HEX triplet: 28, A7 and 61. RGB value is (40,167,97). Sum of RGB (Red+Green+Blue) = 40+167+97=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #28A761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A761 is #D7589E. Grayscale: #797979. Windows color (decimal): -14112927 or 6399784. OLE color: 6399784.
HSL color Cylindrical-coordinate representation of color #28A761: hue angle of 146.93º 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 #28A761 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 97 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.35 |
| HSL | 146.93º | 0.61% | 0.41% | - |
| HSV(B) | 146.93º | 0.76% | 0.65% | - |
| XYZ | 16.85 | 28.95 | 16.01 | - |
| YUV | 121.05 | 114.42 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 97 | 0.76 | 0 | 0.42 | 0.35 | 146.93 | 0.61 | 0.41 |
| Hex | 28 | A7 | 61 | 4C | 0 | 2A | 23 | 93 | 3D | 29 |
| Octal | 50 | 247 | 141 | 114 | 0 | 52 | 43 | 223 | 75 | 51 |
| Binary | 101000 | 10100111 | 1100001 | 1001100 | 0 | 101010 | 100011 | 10010011 | 111101 | 101001 |
Color Harmonies of #28A761
Complementary color
Monochromatic Colors of #28A761
Black with #28A761
Text Example
Text Example
White with #28A761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A761; }
p { color: rgb(40,167,97); }
H1.HeaderClassName
{
color: #28A761;
}
.AnyTagClassName
{
color: #28A761;
}
</style>
background-color css
<style>
a { background-color: #28A761; }
a { background-color: rgb(40,167,97); }
div.DivClassName
{
background-color: #28A761;
}
.BgClassName
{
background-color: #28A761;
}
</style>
border-color css
<style>
span { border-color: #28A761; }
span { border-color: rgb(40,167,97); }
td.TdClassName
{
border-color: #28A761;
}
.TagClassName
{
border-color: #28A761;
}
</style>