#2C897C

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

Shades of Elm #2C897C

Tints of Elm #2C897C

Color information

#2C897C (or 0x2C897C) is unknown color: approx Elm. HEX triplet: 2C, 89 and 7C. RGB value is (44,137,124). Sum of RGB (Red+Green+Blue) = 44+137+124=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #2C897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C897C is #D37683. Grayscale: #6B6B6B. Windows color (decimal): -13858436 or 8161580. OLE color: 8161580.

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

Color convert

RGB44137124-
CMYK0.6800.090.46
HSL171.61º51.38%35.49%-
HSV(B)171.61º67.88%53.73%-
XYZ13.6219.8822.19-
YUV107.71137.1982.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.43%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=14.43%
G=44.92%
B=40.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal441371240.6800.090.46171.6151.3835.49
Hex2C897C44092Eac3323
Octal54211174104011562546343
Binary10110010001001111110010001000100110111010101100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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