#2A897C

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

Shades of Elm #2A897C

Tints of Elm #2A897C

Color information

#2A897C (or 0x2A897C) is unknown color: approx Elm. HEX triplet: 2A, 89 and 7C. RGB value is (42,137,124). Sum of RGB (Red+Green+Blue) = 42+137+124=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #2A897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A897C is #D57683. Grayscale: #6B6B6B. Windows color (decimal): -13989508 or 8161578. OLE color: 8161578.

HSL color Cylindrical-coordinate representation of color #2A897C: hue angle of 171.79º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A897C is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB42137124-
CMYK0.6900.090.46
HSL171.79º53.07%35.1%-
HSV(B)171.79º69.34%53.73%-
XYZ13.5419.8422.18-
YUV107.11137.5381.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.86%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=13.86%
G=45.21%
B=40.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal421371240.6900.090.46171.7953.0735.1
Hex2A897C45092Eac3523
Octal52211174105011562546543
Binary10101010001001111110010001010100110111010101100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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