Shades of Eucalyptus #28995C
Tints of Eucalyptus #28995C
RGB
CMYK
RGB Variations
Color information
#28995C (or 0x28995C) is known color: Eucalyptus. HEX triplet: 28, 99 and 5C. RGB value is (40,153,92). Sum of RGB (Red+Green+Blue) = 40+153+92=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #28995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28995C is #D766A3. Grayscale: #707070. Windows color (decimal): -14116516 or 6068520. OLE color: 6068520.
HSL color Cylindrical-coordinate representation of color #28995C: hue angle of 147.61º 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 #28995C is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 92 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.4 |
| HSL | 147.61º | 0.59% | 0.38% | - |
| HSV(B) | 147.61º | 0.74% | 0.6% | - |
| XYZ | 14.2 | 24.01 | 14.01 | - |
| YUV | 112.26 | 116.56 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 92 | 0.74 | 0 | 0.40 | 0.4 | 147.61 | 0.59 | 0.38 |
| Hex | 28 | 99 | 5C | 4A | 0 | 28 | 28 | 94 | 3B | 26 |
| Octal | 50 | 231 | 134 | 112 | 0 | 50 | 50 | 224 | 73 | 46 |
| Binary | 101000 | 10011001 | 1011100 | 1001010 | 0 | 101000 | 101000 | 10010100 | 111011 | 100110 |
Color Harmonies of #28995C
Complementary color
Monochromatic Colors of #28995C
Black with #28995C
Text Example
Text Example
White with #28995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28995C; }
p { color: rgb(40,153,92); }
H1.HeaderClassName
{
color: #28995C;
}
.AnyTagClassName
{
color: #28995C;
}
</style>
background-color css
<style>
a { background-color: #28995C; }
a { background-color: rgb(40,153,92); }
div.DivClassName
{
background-color: #28995C;
}
.BgClassName
{
background-color: #28995C;
}
</style>
border-color css
<style>
span { border-color: #28995C; }
span { border-color: rgb(40,153,92); }
td.TdClassName
{
border-color: #28995C;
}
.TagClassName
{
border-color: #28995C;
}
</style>