Shades of Eucalyptus #28AA68
Tints of Eucalyptus #28AA68
RGB
CMYK
RGB Variations
Color information
#28AA68 (or 0x28AA68) is known color: Eucalyptus. HEX triplet: 28, AA and 68. RGB value is (40,170,104). Sum of RGB (Red+Green+Blue) = 40+170+104=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA68 is #D75597. Grayscale: #7B7B7B. Windows color (decimal): -14112152 or 6859304. OLE color: 6859304.
HSL color Cylindrical-coordinate representation of color #28AA68: hue angle of 149.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA68 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 104 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.33 |
| HSL | 149.54º | 0.62% | 0.41% | - |
| HSV(B) | 149.54º | 0.76% | 0.67% | - |
| XYZ | 17.75 | 30.2 | 17.99 | - |
| YUV | 123.61 | 116.93 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 104 | 0.76 | 0 | 0.39 | 0.33 | 149.54 | 0.62 | 0.41 |
| Hex | 28 | AA | 68 | 4C | 0 | 27 | 21 | 96 | 3E | 29 |
| Octal | 50 | 252 | 150 | 114 | 0 | 47 | 41 | 226 | 76 | 51 |
| Binary | 101000 | 10101010 | 1101000 | 1001100 | 0 | 100111 | 100001 | 10010110 | 111110 | 101001 |
Color Harmonies of #28AA68
Complementary color
Monochromatic Colors of #28AA68
Black with #28AA68
Text Example
Text Example
White with #28AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA68; }
p { color: rgb(40,170,104); }
H1.HeaderClassName
{
color: #28AA68;
}
.AnyTagClassName
{
color: #28AA68;
}
</style>
background-color css
<style>
a { background-color: #28AA68; }
a { background-color: rgb(40,170,104); }
div.DivClassName
{
background-color: #28AA68;
}
.BgClassName
{
background-color: #28AA68;
}
</style>
border-color css
<style>
span { border-color: #28AA68; }
span { border-color: rgb(40,170,104); }
td.TdClassName
{
border-color: #28AA68;
}
.TagClassName
{
border-color: #28AA68;
}
</style>