#2C7772

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

Shades of Elm #2C7772

Tints of Elm #2C7772

Color information

#2C7772 (or 0x2C7772) is unknown color: approx Elm. HEX triplet: 2C, 77 and 72. RGB value is (44,119,114). Sum of RGB (Red+Green+Blue) = 44+119+114=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7772 is #D3888D. Grayscale: #5F5F5F. Windows color (decimal): -13863054 or 7501612. OLE color: 7501612.

HSL color Cylindrical-coordinate representation of color #2C7772: hue angle of 176º 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 #2C7772 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB44119114-
CMYK0.6300.040.53
HSL176º46.01%31.96%-
HSV(B)176º63.03%46.67%-
XYZ10.6714.9418.24-
YUV96138.1590.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.88%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=15.88%
G=42.96%
B=41.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441191140.6300.040.5317646.0131.96
Hex2C77723F0435b02e20
Octal541671627704652605640
Binary10110011101111110010111111010011010110110000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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