Shades of Eucalyptus #2E8C67
Tints of Eucalyptus #2E8C67
RGB
CMYK
RGB Variations
Color information
#2E8C67 (or 0x2E8C67) is known color: Eucalyptus. HEX triplet: 2E, 8C and 67. RGB value is (46,140,103). Sum of RGB (Red+Green+Blue) = 46+140+103=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C67 is #D17398. Grayscale: #6B6B6B. Windows color (decimal): -13726617 or 6786094. OLE color: 6786094.
HSL color Cylindrical-coordinate representation of color #2E8C67: hue angle of 156.38º degrees, saturation: 0.51, 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 #2E8C67 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 140 | 103 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.45 |
| HSL | 156.38º | 0.51% | 0.36% | - |
| HSV(B) | 156.38º | 0.67% | 0.55% | - |
| XYZ | 12.95 | 20.32 | 16.07 | - |
| YUV | 107.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 103 | 0.67 | 0 | 0.26 | 0.45 | 156.38 | 0.51 | 0.36 |
| Hex | 2E | 8C | 67 | 43 | 0 | 1A | 2D | 9C | 33 | 24 |
| Octal | 56 | 214 | 147 | 103 | 0 | 32 | 55 | 234 | 63 | 44 |
| Binary | 101110 | 10001100 | 1100111 | 1000011 | 0 | 11010 | 101101 | 10011100 | 110011 | 100100 |
Color Harmonies of #2E8C67
Complementary color
Monochromatic Colors of #2E8C67
Black with #2E8C67
Text Example
Text Example
White with #2E8C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8C67; }
p { color: rgb(46,140,103); }
H1.HeaderClassName
{
color: #2E8C67;
}
.AnyTagClassName
{
color: #2E8C67;
}
</style>
background-color css
<style>
a { background-color: #2E8C67; }
a { background-color: rgb(46,140,103); }
div.DivClassName
{
background-color: #2E8C67;
}
.BgClassName
{
background-color: #2E8C67;
}
</style>
border-color css
<style>
span { border-color: #2E8C67; }
span { border-color: rgb(46,140,103); }
td.TdClassName
{
border-color: #2E8C67;
}
.TagClassName
{
border-color: #2E8C67;
}
</style>