#2E9A6C

Color #2E9A6C Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2E9A6C

Tints of Eucalyptus #2E9A6C

Color information

#2E9A6C (or 0x2E9A6C) is unknown color: approx Eucalyptus. HEX triplet: 2E, 9A and 6C. RGB value is (46,154,108). Sum of RGB (Red+Green+Blue) = 46+154+108=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #2E9A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9A6C is #D16593. Grayscale: #747474. Windows color (decimal): -13723028 or 7117358. OLE color: 7117358.

HSL color Cylindrical-coordinate representation of color #2E9A6C: hue angle of 154.44º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9A6C is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB46154108-
CMYK0.7000.300.40
HSL154.44º54%39.22%-
HSV(B)154.44º70.13%60.39%-
XYZ15.3924.7718.16-
YUV116.46123.2277.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 14.94%
GREEN value IS 154 (60.55% from 255) = 50%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=14.94%
G=50%
B=35.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal461541080.7000.300.40154.445439.22
Hex2E9A6C4601E289a3627
Octal56232154106036502326647
Binary101110100110101101100100011001111010100010011010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E9A6C; }

 p { color: rgb(46,154,108); }

 H1.HeaderClassName
 {
   color: #2E9A6C;
 }
 .AnyTagClassName
 {
   color: #2E9A6C;
 }
</style>
background-color css

<style>
 a { background-color: #2E9A6C; }

 a { background-color: rgb(46,154,108); }

 div.DivClassName
 {
   background-color: #2E9A6C;
 }
 .BgClassName
 {
   background-color: #2E9A6C;
 }
</style>
border-color css

<style>
 span { border-color: #2E9A6C; }

 span { border-color: rgb(46,154,108); }

 td.TdClassName
 {
   border-color: #2E9A6C;
 }
 .TagClassName
 {
   border-color: #2E9A6C;
 }
</style>