#2C7976

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

Shades of Elm #2C7976

Tints of Elm #2C7976

Color information

#2C7976 (or 0x2C7976) is unknown color: approx Elm. HEX triplet: 2C, 79 and 76. RGB value is (44,121,118). Sum of RGB (Red+Green+Blue) = 44+121+118=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7976 is #D38689. Grayscale: #616161. Windows color (decimal): -13862538 or 7764268. OLE color: 7764268.

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

Color convert

RGB44121118-
CMYK0.6400.020.53
HSL177.66º46.67%32.35%-
HSV(B)177.66º63.64%47.45%-
XYZ11.1515.5219.55-
YUV97.64139.4989.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=15.55%
G=42.76%
B=41.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441211180.6400.020.53177.6646.6732.35
Hex2C7976400235b22f20
Octal5417116610002652625740
Binary10110011110011110110100000001011010110110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,121,118); }

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

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

 a { background-color: rgb(44,121,118); }

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

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

 span { border-color: rgb(44,121,118); }

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