#2E837A

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

Shades of Elm #2E837A

Tints of Elm #2E837A

Color information

#2E837A (or 0x2E837A) is unknown color: approx Elm. HEX triplet: 2E, 83 and 7A. RGB value is (46,131,122). Sum of RGB (Red+Green+Blue) = 46+131+122=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #2E837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E837A is #D17C85. Grayscale: #686868. Windows color (decimal): -13728902 or 8028974. OLE color: 8028974.

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

Color convert

RGB46131122-
CMYK0.6500.070.49
HSL173.65º48.02%34.71%-
HSV(B)173.65º64.89%51.37%-
XYZ12.7618.2221.26-
YUV104.56137.8486.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=15.38%
G=43.81%
B=40.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461311220.6500.070.49173.6548.0234.71
Hex2E837A410731ae3023
Octal5620317210107612566043
Binary1011101000001111110101000001011111000110101110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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