Shades of Eucalyptus #2E8F66
Tints of Eucalyptus #2E8F66
RGB
CMYK
RGB Variations
Color information
#2E8F66 (or 0x2E8F66) is known color: Eucalyptus. HEX triplet: 2E, 8F and 66. RGB value is (46,143,102). Sum of RGB (Red+Green+Blue) = 46+143+102=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8F66 is #D17099. Grayscale: #6D6D6D. Windows color (decimal): -13725850 or 6721326. OLE color: 6721326.
HSL color Cylindrical-coordinate representation of color #2E8F66: hue angle of 154.64º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F66 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 143 | 102 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.44 |
| HSL | 154.64º | 0.51% | 0.37% | - |
| HSV(B) | 154.64º | 0.68% | 0.56% | - |
| XYZ | 13.35 | 21.19 | 15.96 | - |
| YUV | 109.32 | 123.86 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 143 | 102 | 0.68 | 0 | 0.29 | 0.44 | 154.64 | 0.51 | 0.37 |
| Hex | 2E | 8F | 66 | 44 | 0 | 1D | 2C | 9B | 33 | 25 |
| Octal | 56 | 217 | 146 | 104 | 0 | 35 | 54 | 233 | 63 | 45 |
| Binary | 101110 | 10001111 | 1100110 | 1000100 | 0 | 11101 | 101100 | 10011011 | 110011 | 100101 |
Color Harmonies of #2E8F66
Complementary color
Monochromatic Colors of #2E8F66
Black with #2E8F66
Text Example
Text Example
White with #2E8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8F66; }
p { color: rgb(46,143,102); }
H1.HeaderClassName
{
color: #2E8F66;
}
.AnyTagClassName
{
color: #2E8F66;
}
</style>
background-color css
<style>
a { background-color: #2E8F66; }
a { background-color: rgb(46,143,102); }
div.DivClassName
{
background-color: #2E8F66;
}
.BgClassName
{
background-color: #2E8F66;
}
</style>
border-color css
<style>
span { border-color: #2E8F66; }
span { border-color: rgb(46,143,102); }
td.TdClassName
{
border-color: #2E8F66;
}
.TagClassName
{
border-color: #2E8F66;
}
</style>