Shades of Eucalyptus #28945B
Tints of Eucalyptus #28945B
RGB
CMYK
RGB Variations
Color information
#28945B (or 0x28945B) is known color: Eucalyptus. HEX triplet: 28, 94 and 5B. RGB value is (40,148,91). Sum of RGB (Red+Green+Blue) = 40+148+91=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #28945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28945B is #D76BA4. Grayscale: #6D6D6D. Windows color (decimal): -14117797 or 6001704. OLE color: 6001704.
HSL color Cylindrical-coordinate representation of color #28945B: hue angle of 148.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28945B is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 91 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.42 |
| HSL | 148.33º | 0.57% | 0.37% | - |
| HSV(B) | 148.33º | 0.73% | 0.58% | - |
| XYZ | 13.35 | 22.39 | 13.51 | - |
| YUV | 109.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 91 | 0.73 | 0 | 0.39 | 0.42 | 148.33 | 0.57 | 0.37 |
| Hex | 28 | 94 | 5B | 49 | 0 | 27 | 2A | 94 | 39 | 25 |
| Octal | 50 | 224 | 133 | 111 | 0 | 47 | 52 | 224 | 71 | 45 |
| Binary | 101000 | 10010100 | 1011011 | 1001001 | 0 | 100111 | 101010 | 10010100 | 111001 | 100101 |
Color Harmonies of #28945B
Complementary color
Monochromatic Colors of #28945B
Black with #28945B
Text Example
Text Example
White with #28945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28945B; }
p { color: rgb(40,148,91); }
H1.HeaderClassName
{
color: #28945B;
}
.AnyTagClassName
{
color: #28945B;
}
</style>
background-color css
<style>
a { background-color: #28945B; }
a { background-color: rgb(40,148,91); }
div.DivClassName
{
background-color: #28945B;
}
.BgClassName
{
background-color: #28945B;
}
</style>
border-color css
<style>
span { border-color: #28945B; }
span { border-color: rgb(40,148,91); }
td.TdClassName
{
border-color: #28945B;
}
.TagClassName
{
border-color: #28945B;
}
</style>