#2A837C

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

Shades of Elm #2A837C

Tints of Elm #2A837C

Color information

#2A837C (or 0x2A837C) is unknown color: approx Elm. HEX triplet: 2A, 83 and 7C. RGB value is (42,131,124). Sum of RGB (Red+Green+Blue) = 42+131+124=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #2A837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A837C is #D57C83. Grayscale: #676767. Windows color (decimal): -13991044 or 8160042. OLE color: 8160042.

HSL color Cylindrical-coordinate representation of color #2A837C: hue angle of 175.28º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A837C is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB42131124-
CMYK0.6800.050.49
HSL175.28º51.45%33.92%-
HSV(B)175.28º67.94%51.37%-
XYZ12.7118.1821.91-
YUV103.59139.5184.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=14.14%
G=44.11%
B=41.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421311240.6800.050.49175.2851.4533.92
Hex2A837C440531af3322
Octal5220317410405612576342
Binary1010101000001111111001000100010111000110101111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,131,124); }

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

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

 a { background-color: rgb(42,131,124); }

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

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

 span { border-color: rgb(42,131,124); }

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