#2A847B

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

Shades of Elm #2A847B

Tints of Elm #2A847B

Color information

#2A847B (or 0x2A847B) is unknown color: approx Elm. HEX triplet: 2A, 84 and 7B. RGB value is (42,132,123). Sum of RGB (Red+Green+Blue) = 42+132+123=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #2A847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A847B is #D57B84. Grayscale: #686868. Windows color (decimal): -13990789 or 8094762. OLE color: 8094762.

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

Color convert

RGB42132123-
CMYK0.6800.070.48
HSL174º51.72%34.12%-
HSV(B)174º68.18%51.76%-
XYZ12.7818.4221.62-
YUV104.06138.6883.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=14.14%
G=44.44%
B=41.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal421321230.6800.070.4817451.7234.12
Hex2A847B440730ae3422
Octal5220417310407602566442
Binary1010101000010011110111000100011111000010101110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,132,123); }

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

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

 a { background-color: rgb(42,132,123); }

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

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

 span { border-color: rgb(42,132,123); }

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