#2EA272

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

Shades of Eucalyptus #2EA272

Tints of Eucalyptus #2EA272

Color information

#2EA272 (or 0x2EA272) is unknown color: approx Eucalyptus. HEX triplet: 2E, A2 and 72. RGB value is (46,162,114). Sum of RGB (Red+Green+Blue) = 46+162+114=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA272 is #D15D8D. Grayscale: #797979. Windows color (decimal): -13720974 or 7512622. OLE color: 7512622.

HSL color Cylindrical-coordinate representation of color #2EA272: hue angle of 155.17º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA272 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB46162114-
CMYK0.7200.300.36
HSL155.17º55.77%40.78%-
HSV(B)155.17º71.6%63.53%-
XYZ17.0827.6420.35-
YUV121.84123.5773.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.29%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=14.29%
G=50.31%
B=35.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461621140.7200.300.36155.1755.7740.78
Hex2EA2724801E249b3829
Octal56242162110036442337051
Binary101110101000101110010100100001111010010010011011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,162,114); }

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

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

 a { background-color: rgb(46,162,114); }

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

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

 span { border-color: rgb(46,162,114); }

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