#2A896A

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

Shades of Elf Green #2A896A

Tints of Elf Green #2A896A

Color information

#2A896A (or 0x2A896A) is unknown color: approx Elf Green. HEX triplet: 2A, 89 and 6A. RGB value is (42,137,106). Sum of RGB (Red+Green+Blue) = 42+137+106=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #2A896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A896A is #D57695. Grayscale: #696969. Windows color (decimal): -13989526 or 6981930. OLE color: 6981930.

HSL color Cylindrical-coordinate representation of color #2A896A: hue angle of 160.42º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A896A is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB42137106-
CMYK0.6900.230.46
HSL160.42º53.07%35.1%-
HSV(B)160.42º69.34%53.73%-
XYZ12.519.4216.73-
YUV105.06128.5383.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=14.74%
G=48.07%
B=37.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal421371060.6900.230.46160.4253.0735.1
Hex2A896A450172Ea03523
Octal52211152105027562406543
Binary101010100010011101010100010101011110111010100000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,137,106); }

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

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

 a { background-color: rgb(42,137,106); }

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

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

 span { border-color: rgb(42,137,106); }

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