#2E8478

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

Shades of Elm #2E8478

Tints of Elm #2E8478

Color information

#2E8478 (or 0x2E8478) is unknown color: approx Elm. HEX triplet: 2E, 84 and 78. RGB value is (46,132,120). Sum of RGB (Red+Green+Blue) = 46+132+120=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8478 is #D17B87. Grayscale: #686868. Windows color (decimal): -13728648 or 7898158. OLE color: 7898158.

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

Color convert

RGB46132120-
CMYK0.6500.090.48
HSL171.63º48.31%34.9%-
HSV(B)171.63º65.15%51.76%-
XYZ12.7718.4420.66-
YUV104.92136.5185.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=15.44%
G=44.30%
B=40.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461321200.6500.090.48171.6348.3134.9
Hex2E8478410930ac3023
Octal56204170101011602546043
Binary10111010000100111100010000010100111000010101100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,120); }

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

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

 a { background-color: rgb(46,132,120); }

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

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

 span { border-color: rgb(46,132,120); }

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