#2C847E

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

Shades of Elm #2C847E

Tints of Elm #2C847E

Color information

#2C847E (or 0x2C847E) is unknown color: approx Elm. HEX triplet: 2C, 84 and 7E. RGB value is (44,132,126). Sum of RGB (Red+Green+Blue) = 44+132+126=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #2C847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C847E is #D37B81. Grayscale: #686868. Windows color (decimal): -13859714 or 8291372. OLE color: 8291372.

HSL color Cylindrical-coordinate representation of color #2C847E: hue angle of 175.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C847E is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB44132126-
CMYK0.6700.050.48
HSL175.91º50%34.51%-
HSV(B)175.91º66.67%51.76%-
XYZ13.0618.5422.63-
YUV105139.8584.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.57%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=14.57%
G=43.71%
B=41.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441321260.6700.050.48175.915034.51
Hex2C847E430530b03223
Octal5420417610305602606243
Binary1011001000010011111101000011010111000010110000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,132,126); }

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

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

 a { background-color: rgb(44,132,126); }

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

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

 span { border-color: rgb(44,132,126); }

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