#2E8C7A

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

Shades of Elm #2E8C7A

Tints of Elm #2E8C7A

Color information

#2E8C7A (or 0x2E8C7A) is unknown color: approx Elm. HEX triplet: 2E, 8C and 7A. RGB value is (46,140,122). Sum of RGB (Red+Green+Blue) = 46+140+122=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C7A is #D17385. Grayscale: #6D6D6D. Windows color (decimal): -13726598 or 8031278. OLE color: 8031278.

HSL color Cylindrical-coordinate representation of color #2E8C7A: hue angle of 168.51º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C7A is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB46140122-
CMYK0.6700.130.45
HSL168.51º50.54%36.47%-
HSV(B)168.51º67.14%54.9%-
XYZ14.0220.7421.68-
YUV109.84134.8682.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.94%
GREEN value IS 140 (55.08% from 255) = 45.45%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=14.94%
G=45.45%
B=39.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461401220.6700.130.45168.5150.5436.47
Hex2E8C7A430D2Da93324
Octal56214172103015552516344
Binary10111010001100111101010000110110110110110101001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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