#2E7572

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

Shades of Elm #2E7572

Tints of Elm #2E7572

Color information

#2E7572 (or 0x2E7572) is unknown color: approx Elm. HEX triplet: 2E, 75 and 72. RGB value is (46,117,114). Sum of RGB (Red+Green+Blue) = 46+117+114=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7572 is #D18A8D. Grayscale: #5F5F5F. Windows color (decimal): -13732494 or 7501102. OLE color: 7501102.

HSL color Cylindrical-coordinate representation of color #2E7572: hue angle of 177.46º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7572 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB46117114-
CMYK0.6100.030.54
HSL177.46º43.56%31.96%-
HSV(B)177.46º60.68%45.88%-
XYZ10.5314.5218.17-
YUV95.43138.4892.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=16.61%
G=42.24%
B=41.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal461171140.6100.030.54177.4643.5631.96
Hex2E75723D0336b12c20
Octal561651627503662615440
Binary1011101110101111001011110101111011010110001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,117,114); }

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

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

 a { background-color: rgb(46,117,114); }

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

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

 span { border-color: rgb(46,117,114); }

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