Shades of Eucalyptus #2E9C6A
Tints of Eucalyptus #2E9C6A
RGB
CMYK
RGB Variations
Color information
#2E9C6A (or 0x2E9C6A) is known color: Eucalyptus. HEX triplet: 2E, 9C and 6A. RGB value is (46,156,106). Sum of RGB (Red+Green+Blue) = 46+156+106=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #2E9C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9C6A is #D16395. Grayscale: #757575. Windows color (decimal): -13722518 or 6986798. OLE color: 6986798.
HSL color Cylindrical-coordinate representation of color #2E9C6A: hue angle of 152.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9C6A is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 156 | 106 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.39 |
| HSL | 152.73º | 0.54% | 0.4% | - |
| HSV(B) | 152.73º | 0.71% | 0.61% | - |
| XYZ | 15.62 | 25.4 | 17.71 | - |
| YUV | 117.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 106 | 0.71 | 0 | 0.32 | 0.39 | 152.73 | 0.54 | 0.4 |
| Hex | 2E | 9C | 6A | 47 | 0 | 20 | 27 | 99 | 36 | 28 |
| Octal | 56 | 234 | 152 | 107 | 0 | 40 | 47 | 231 | 66 | 50 |
| Binary | 101110 | 10011100 | 1101010 | 1000111 | 0 | 100000 | 100111 | 10011001 | 110110 | 101000 |
Color Harmonies of #2E9C6A
Complementary color
Monochromatic Colors of #2E9C6A
Black with #2E9C6A
Text Example
Text Example
White with #2E9C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9C6A; }
p { color: rgb(46,156,106); }
H1.HeaderClassName
{
color: #2E9C6A;
}
.AnyTagClassName
{
color: #2E9C6A;
}
</style>
background-color css
<style>
a { background-color: #2E9C6A; }
a { background-color: rgb(46,156,106); }
div.DivClassName
{
background-color: #2E9C6A;
}
.BgClassName
{
background-color: #2E9C6A;
}
</style>
border-color css
<style>
span { border-color: #2E9C6A; }
span { border-color: rgb(46,156,106); }
td.TdClassName
{
border-color: #2E9C6A;
}
.TagClassName
{
border-color: #2E9C6A;
}
</style>