#2E817A

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

Shades of Elm #2E817A

Tints of Elm #2E817A

Color information

#2E817A (or 0x2E817A) is unknown color: approx Elm. HEX triplet: 2E, 81 and 7A. RGB value is (46,129,122). Sum of RGB (Red+Green+Blue) = 46+129+122=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #2E817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E817A is #D17E85. Grayscale: #676767. Windows color (decimal): -13729414 or 8028462. OLE color: 8028462.

HSL color Cylindrical-coordinate representation of color #2E817A: hue angle of 174.94º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E817A is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB46129122-
CMYK0.6400.050.49
HSL174.94º47.43%34.31%-
HSV(B)174.94º64.34%50.59%-
XYZ12.4917.6921.17-
YUV103.38138.587.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=15.49%
G=43.43%
B=41.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461291220.6400.050.49174.9447.4334.31
Hex2E817A400531af2f22
Octal5620117210005612575742
Binary1011101000000111110101000000010111000110101111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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