#2C896E

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

Shades of Elf Green #2C896E

Tints of Elf Green #2C896E

Color information

#2C896E (or 0x2C896E) is unknown color: approx Elf Green. HEX triplet: 2C, 89 and 6E. RGB value is (44,137,110). Sum of RGB (Red+Green+Blue) = 44+137+110=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #2C896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C896E is #D37691. Grayscale: #6A6A6A. Windows color (decimal): -13858450 or 7244076. OLE color: 7244076.

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

Color convert

RGB44137110-
CMYK0.6800.200.46
HSL162.58º51.38%35.49%-
HSV(B)162.58º67.88%53.73%-
XYZ12.819.5517.85-
YUV106.12130.1983.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.12%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=15.12%
G=47.08%
B=37.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal441371100.6800.200.46162.5851.3835.49
Hex2C896E440142Ea33323
Octal54211156104024562436343
Binary101100100010011101110100010001010010111010100011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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