#2E857B

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

Shades of Elm #2E857B

Tints of Elm #2E857B

Color information

#2E857B (or 0x2E857B) is unknown color: approx Elm. HEX triplet: 2E, 85 and 7B. RGB value is (46,133,123). Sum of RGB (Red+Green+Blue) = 46+133+123=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #2E857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E857B is #D17A84. Grayscale: #696969. Windows color (decimal): -13728389 or 8095022. OLE color: 8095022.

HSL color Cylindrical-coordinate representation of color #2E857B: hue angle of 173.1º 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 #2E857B is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB46133123-
CMYK0.6500.080.48
HSL173.1º48.6%35.1%-
HSV(B)173.1º65.41%52.16%-
XYZ13.0918.7921.68-
YUV105.85137.6885.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=15.23%
G=44.04%
B=40.73%

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
Decimal461331230.6500.080.48173.148.635.1
Hex2E857B410830ad3123
Octal56205173101010602556143
Binary10111010000101111101110000010100011000010101101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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