#2C7775

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

Shades of Elm #2C7775

Tints of Elm #2C7775

Color information

#2C7775 (or 0x2C7775) is unknown color: approx Elm. HEX triplet: 2C, 77 and 75. RGB value is (44,119,117). Sum of RGB (Red+Green+Blue) = 44+119+117=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7775 is #D3888A. Grayscale: #606060. Windows color (decimal): -13863051 or 7698220. OLE color: 7698220.

HSL color Cylindrical-coordinate representation of color #2C7775: hue angle of 178.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7775 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB44119117-
CMYK0.6300.020.53
HSL178.4º46.01%31.96%-
HSV(B)178.4º63.03%46.67%-
XYZ10.8515.0119.16-
YUV96.35139.6590.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=15.71%
G=42.5%
B=41.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441191170.6300.020.53178.446.0131.96
Hex2C77753F0235b22e20
Octal541671657702652625640
Binary1011001110111111010111111101011010110110010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,117); }

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

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

 a { background-color: rgb(44,119,117); }

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

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

 span { border-color: rgb(44,119,117); }

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