Shades of Eucalyptus #2E8B68
Tints of Eucalyptus #2E8B68
RGB
CMYK
RGB Variations
Color information
#2E8B68 (or 0x2E8B68) is known color: Eucalyptus. HEX triplet: 2E, 8B and 68. RGB value is (46,139,104). Sum of RGB (Red+Green+Blue) = 46+139+104=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8B68 is #D17497. Grayscale: #6B6B6B. Windows color (decimal): -13726872 or 6851374. OLE color: 6851374.
HSL color Cylindrical-coordinate representation of color #2E8B68: hue angle of 157.42º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8B68 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 139 | 104 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.45 |
| HSL | 157.42º | 0.5% | 0.36% | - |
| HSV(B) | 157.42º | 0.67% | 0.55% | - |
| XYZ | 12.86 | 20.05 | 16.29 | - |
| YUV | 107.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 139 | 104 | 0.67 | 0 | 0.25 | 0.45 | 157.42 | 0.5 | 0.36 |
| Hex | 2E | 8B | 68 | 43 | 0 | 19 | 2D | 9D | 32 | 24 |
| Octal | 56 | 213 | 150 | 103 | 0 | 31 | 55 | 235 | 62 | 44 |
| Binary | 101110 | 10001011 | 1101000 | 1000011 | 0 | 11001 | 101101 | 10011101 | 110010 | 100100 |
Color Harmonies of #2E8B68
Complementary color
Monochromatic Colors of #2E8B68
Black with #2E8B68
Text Example
Text Example
White with #2E8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8B68; }
p { color: rgb(46,139,104); }
H1.HeaderClassName
{
color: #2E8B68;
}
.AnyTagClassName
{
color: #2E8B68;
}
</style>
background-color css
<style>
a { background-color: #2E8B68; }
a { background-color: rgb(46,139,104); }
div.DivClassName
{
background-color: #2E8B68;
}
.BgClassName
{
background-color: #2E8B68;
}
</style>
border-color css
<style>
span { border-color: #2E8B68; }
span { border-color: rgb(46,139,104); }
td.TdClassName
{
border-color: #2E8B68;
}
.TagClassName
{
border-color: #2E8B68;
}
</style>