Shades of Eucalyptus #2E946B
Tints of Eucalyptus #2E946B
RGB
CMYK
RGB Variations
Color information
#2E946B (or 0x2E946B) is known color: Eucalyptus. HEX triplet: 2E, 94 and 6B. RGB value is (46,148,107). Sum of RGB (Red+Green+Blue) = 46+148+107=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #2E946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E946B is #D16B94. Grayscale: #707070. Windows color (decimal): -13724565 or 7050286. OLE color: 7050286.
HSL color Cylindrical-coordinate representation of color #2E946B: hue angle of 155.88º degrees, saturation: 0.53, 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 #2E946B is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 107 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.42 |
| HSL | 155.88º | 0.53% | 0.38% | - |
| HSV(B) | 155.88º | 0.69% | 0.58% | - |
| XYZ | 14.37 | 22.82 | 17.56 | - |
| YUV | 112.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 107 | 0.69 | 0 | 0.28 | 0.42 | 155.88 | 0.53 | 0.38 |
| Hex | 2E | 94 | 6B | 45 | 0 | 1C | 2A | 9C | 35 | 26 |
| Octal | 56 | 224 | 153 | 105 | 0 | 34 | 52 | 234 | 65 | 46 |
| Binary | 101110 | 10010100 | 1101011 | 1000101 | 0 | 11100 | 101010 | 10011100 | 110101 | 100110 |
Color Harmonies of #2E946B
Complementary color
Monochromatic Colors of #2E946B
Black with #2E946B
Text Example
Text Example
White with #2E946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E946B; }
p { color: rgb(46,148,107); }
H1.HeaderClassName
{
color: #2E946B;
}
.AnyTagClassName
{
color: #2E946B;
}
</style>
background-color css
<style>
a { background-color: #2E946B; }
a { background-color: rgb(46,148,107); }
div.DivClassName
{
background-color: #2E946B;
}
.BgClassName
{
background-color: #2E946B;
}
</style>
border-color css
<style>
span { border-color: #2E946B; }
span { border-color: rgb(46,148,107); }
td.TdClassName
{
border-color: #2E946B;
}
.TagClassName
{
border-color: #2E946B;
}
</style>