Shades of Eucalyptus #2E9368
Tints of Eucalyptus #2E9368
RGB
CMYK
RGB Variations
Color information
#2E9368 (or 0x2E9368) is known color: Eucalyptus. HEX triplet: 2E, 93 and 68. RGB value is (46,147,104). Sum of RGB (Red+Green+Blue) = 46+147+104=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9368 is #D16C97. Grayscale: #6F6F6F. Windows color (decimal): -13724824 or 6853422. OLE color: 6853422.
HSL color Cylindrical-coordinate representation of color #2E9368: hue angle of 154.46º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9368 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 147 | 104 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.42 |
| HSL | 154.46º | 0.52% | 0.38% | - |
| HSV(B) | 154.46º | 0.69% | 0.58% | - |
| XYZ | 14.06 | 22.45 | 16.69 | - |
| YUV | 111.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 104 | 0.69 | 0 | 0.29 | 0.42 | 154.46 | 0.52 | 0.38 |
| Hex | 2E | 93 | 68 | 45 | 0 | 1D | 2A | 9A | 34 | 26 |
| Octal | 56 | 223 | 150 | 105 | 0 | 35 | 52 | 232 | 64 | 46 |
| Binary | 101110 | 10010011 | 1101000 | 1000101 | 0 | 11101 | 101010 | 10011010 | 110100 | 100110 |
Color Harmonies of #2E9368
Complementary color
Monochromatic Colors of #2E9368
Black with #2E9368
Text Example
Text Example
White with #2E9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9368; }
p { color: rgb(46,147,104); }
H1.HeaderClassName
{
color: #2E9368;
}
.AnyTagClassName
{
color: #2E9368;
}
</style>
background-color css
<style>
a { background-color: #2E9368; }
a { background-color: rgb(46,147,104); }
div.DivClassName
{
background-color: #2E9368;
}
.BgClassName
{
background-color: #2E9368;
}
</style>
border-color css
<style>
span { border-color: #2E9368; }
span { border-color: rgb(46,147,104); }
td.TdClassName
{
border-color: #2E9368;
}
.TagClassName
{
border-color: #2E9368;
}
</style>