Shades of Eucalyptus #28AB64
Tints of Eucalyptus #28AB64
RGB
CMYK
RGB Variations
Color information
#28AB64 (or 0x28AB64) is known color: Eucalyptus. HEX triplet: 28, AB and 64. RGB value is (40,171,100). Sum of RGB (Red+Green+Blue) = 40+171+100=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AB64 is #D7549B. Grayscale: #7B7B7B. Windows color (decimal): -14111900 or 6597416. OLE color: 6597416.
HSL color Cylindrical-coordinate representation of color #28AB64: hue angle of 147.48º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB64 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 100 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.33 |
| HSL | 147.48º | 0.62% | 0.41% | - |
| HSV(B) | 147.48º | 0.77% | 0.67% | - |
| XYZ | 17.74 | 30.5 | 17.01 | - |
| YUV | 123.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 100 | 0.77 | 0 | 0.42 | 0.33 | 147.48 | 0.62 | 0.41 |
| Hex | 28 | AB | 64 | 4D | 0 | 2A | 21 | 93 | 3E | 29 |
| Octal | 50 | 253 | 144 | 115 | 0 | 52 | 41 | 223 | 76 | 51 |
| Binary | 101000 | 10101011 | 1100100 | 1001101 | 0 | 101010 | 100001 | 10010011 | 111110 | 101001 |
Color Harmonies of #28AB64
Complementary color
Monochromatic Colors of #28AB64
Black with #28AB64
Text Example
Text Example
White with #28AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB64; }
p { color: rgb(40,171,100); }
H1.HeaderClassName
{
color: #28AB64;
}
.AnyTagClassName
{
color: #28AB64;
}
</style>
background-color css
<style>
a { background-color: #28AB64; }
a { background-color: rgb(40,171,100); }
div.DivClassName
{
background-color: #28AB64;
}
.BgClassName
{
background-color: #28AB64;
}
</style>
border-color css
<style>
span { border-color: #28AB64; }
span { border-color: rgb(40,171,100); }
td.TdClassName
{
border-color: #28AB64;
}
.TagClassName
{
border-color: #28AB64;
}
</style>