#2e8b7a

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

Shades of Elm #2E8B7A

Tints of Elm #2E8B7A

Color information

#2E8B7A (or 0x2E8B7A) is unknown color: approx Elm. HEX triplet: 2E, 8B and 7A. RGB value is (46,139,122). Sum of RGB (Red+Green+Blue) = 46+139+122=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8B7A is #D17485. Grayscale: #6D6D6D. Windows color (decimal): -13726854 or 8031022. OLE color: 8031022.

HSL color Cylindrical-coordinate representation of color #2E8B7A: hue angle of 169.03º degrees, saturation: 0.5, 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 #2E8B7A is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB46139122-
CMYK0.6700.120.45
HSL169.03º50.27%36.27%-
HSV(B)169.03º66.91%54.51%-
XYZ13.8720.4521.63-
YUV109.26135.1982.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=14.98%
G=45.28%
B=39.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461391220.6700.120.45169.0350.2736.27
Hex2E8B7A430C2Da93224
Octal56213172103014552516244
Binary10111010001011111101010000110110010110110101001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e8b7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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