Shades of Eucalyptus #28A85C
Tints of Eucalyptus #28A85C
RGB
CMYK
RGB Variations
Color information
#28A85C (or 0x28A85C) is known color: Eucalyptus. HEX triplet: 28, A8 and 5C. RGB value is (40,168,92). Sum of RGB (Red+Green+Blue) = 40+168+92=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 168 (66.02% from 255 or 56% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 168 - color contains mainly: green. Hex color #28A85C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A85C is #D757A3. Grayscale: #797979. Windows color (decimal): -14112676 or 6072360. OLE color: 6072360.
HSL color Cylindrical-coordinate representation of color #28A85C: hue angle of 144.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A85C is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 92 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.34 |
| HSL | 144.38º | 0.62% | 0.41% | - |
| HSV(B) | 144.38º | 0.76% | 0.66% | - |
| XYZ | 16.81 | 29.23 | 14.88 | - |
| YUV | 121.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 92 | 0.76 | 0 | 0.45 | 0.34 | 144.38 | 0.62 | 0.41 |
| Hex | 28 | A8 | 5C | 4C | 0 | 2D | 22 | 90 | 3E | 29 |
| Octal | 50 | 250 | 134 | 114 | 0 | 55 | 42 | 220 | 76 | 51 |
| Binary | 101000 | 10101000 | 1011100 | 1001100 | 0 | 101101 | 100010 | 10010000 | 111110 | 101001 |
Color Harmonies of #28A85C
Complementary color
Monochromatic Colors of #28A85C
Black with #28A85C
Text Example
Text Example
White with #28A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A85C; }
p { color: rgb(40,168,92); }
H1.HeaderClassName
{
color: #28A85C;
}
.AnyTagClassName
{
color: #28A85C;
}
</style>
background-color css
<style>
a { background-color: #28A85C; }
a { background-color: rgb(40,168,92); }
div.DivClassName
{
background-color: #28A85C;
}
.BgClassName
{
background-color: #28A85C;
}
</style>
border-color css
<style>
span { border-color: #28A85C; }
span { border-color: rgb(40,168,92); }
td.TdClassName
{
border-color: #28A85C;
}
.TagClassName
{
border-color: #28A85C;
}
</style>