#2E926A

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

Shades of Eucalyptus #2E926A

Tints of Eucalyptus #2E926A

Color information

#2E926A (or 0x2E926A) is unknown color: approx Eucalyptus. HEX triplet: 2E, 92 and 6A. RGB value is (46,146,106). Sum of RGB (Red+Green+Blue) = 46+146+106=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #2E926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E926A is #D16D95. Grayscale: #6F6F6F. Windows color (decimal): -13725078 or 6984238. OLE color: 6984238.

HSL color Cylindrical-coordinate representation of color #2E926A: hue angle of 156º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E926A is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB46146106-
CMYK0.6800.270.43
HSL156º52.08%37.65%-
HSV(B)156º68.49%57.25%-
XYZ14.0122.1817.18-
YUV111.54124.8781.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=15.44%
G=48.99%
B=35.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal461461060.6800.270.4315652.0837.65
Hex2E926A4401B2B9c3426
Octal56222152104033532346446
Binary101110100100101101010100010001101110101110011100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,146,106); }

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

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

 a { background-color: rgb(46,146,106); }

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

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

 span { border-color: rgb(46,146,106); }

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