Shades of Eucalyptus #28995E
Tints of Eucalyptus #28995E
RGB
CMYK
RGB Variations
Color information
#28995E (or 0x28995E) is known color: Eucalyptus. HEX triplet: 28, 99 and 5E. RGB value is (40,153,94). Sum of RGB (Red+Green+Blue) = 40+153+94=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #28995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28995E is #D766A1. Grayscale: #707070. Windows color (decimal): -14116514 or 6199592. OLE color: 6199592.
HSL color Cylindrical-coordinate representation of color #28995E: hue angle of 148.67º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28995E is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 94 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.4 |
| HSL | 148.67º | 0.59% | 0.38% | - |
| HSV(B) | 148.67º | 0.74% | 0.6% | - |
| XYZ | 14.29 | 24.04 | 14.48 | - |
| YUV | 112.49 | 117.56 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 94 | 0.74 | 0 | 0.39 | 0.4 | 148.67 | 0.59 | 0.38 |
| Hex | 28 | 99 | 5E | 4A | 0 | 27 | 28 | 95 | 3B | 26 |
| Octal | 50 | 231 | 136 | 112 | 0 | 47 | 50 | 225 | 73 | 46 |
| Binary | 101000 | 10011001 | 1011110 | 1001010 | 0 | 100111 | 101000 | 10010101 | 111011 | 100110 |
Color Harmonies of #28995E
Complementary color
Monochromatic Colors of #28995E
Black with #28995E
Text Example
Text Example
White with #28995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28995E; }
p { color: rgb(40,153,94); }
H1.HeaderClassName
{
color: #28995E;
}
.AnyTagClassName
{
color: #28995E;
}
</style>
background-color css
<style>
a { background-color: #28995E; }
a { background-color: rgb(40,153,94); }
div.DivClassName
{
background-color: #28995E;
}
.BgClassName
{
background-color: #28995E;
}
</style>
border-color css
<style>
span { border-color: #28995E; }
span { border-color: rgb(40,153,94); }
td.TdClassName
{
border-color: #28995E;
}
.TagClassName
{
border-color: #28995E;
}
</style>