#2E857A

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

Shades of Elm #2E857A

Tints of Elm #2E857A

Color information

#2E857A (or 0x2E857A) is unknown color: approx Elm. HEX triplet: 2E, 85 and 7A. RGB value is (46,133,122). Sum of RGB (Red+Green+Blue) = 46+133+122=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #2E857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E857A is #D17A85. Grayscale: #696969. Windows color (decimal): -13728390 or 8029486. OLE color: 8029486.

HSL color Cylindrical-coordinate representation of color #2E857A: hue angle of 172.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E857A is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB46133122-
CMYK0.6500.080.48
HSL172.41º48.6%35.1%-
HSV(B)172.41º65.41%52.16%-
XYZ13.0318.7621.35-
YUV105.73137.1885.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=15.28%
G=44.19%
B=40.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461331220.6500.080.48172.4148.635.1
Hex2E857A410830ac3123
Octal56205172101010602546143
Binary10111010000101111101010000010100011000010101100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,133,122); }

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

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

 a { background-color: rgb(46,133,122); }

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

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

 span { border-color: rgb(46,133,122); }

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