#2C896C

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

Shades of Elf Green #2C896C

Tints of Elf Green #2C896C

Color information

#2C896C (or 0x2C896C) is unknown color: approx Elf Green. HEX triplet: 2C, 89 and 6C. RGB value is (44,137,108). Sum of RGB (Red+Green+Blue) = 44+137+108=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #2C896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C896C is #D37693. Grayscale: #696969. Windows color (decimal): -13858452 or 7113004. OLE color: 7113004.

HSL color Cylindrical-coordinate representation of color #2C896C: hue angle of 161.29º 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 #2C896C is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB44137108-
CMYK0.6800.210.46
HSL161.29º51.38%35.49%-
HSV(B)161.29º67.88%53.73%-
XYZ12.6919.5117.28-
YUV105.89129.1983.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.22%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=15.22%
G=47.40%
B=37.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal441371080.6800.210.46161.2951.3835.49
Hex2C896C440152Ea13323
Octal54211154104025562416343
Binary101100100010011101100100010001010110111010100001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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