#2A896C

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

Shades of Elf Green #2A896C

Tints of Elf Green #2A896C

Color information

#2A896C (or 0x2A896C) is unknown color: approx Elf Green. HEX triplet: 2A, 89 and 6C. RGB value is (42,137,108). Sum of RGB (Red+Green+Blue) = 42+137+108=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #2A896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A896C is #D57693. Grayscale: #696969. Windows color (decimal): -13989524 or 7113002. OLE color: 7113002.

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

Color convert

RGB42137108-
CMYK0.6900.210.46
HSL161.68º53.07%35.1%-
HSV(B)161.68º69.34%53.73%-
XYZ12.6119.4717.28-
YUV105.29129.5382.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.63%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=14.63%
G=47.74%
B=37.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal421371080.6900.210.46161.6853.0735.1
Hex2A896C450152Ea23523
Octal52211154105025562426543
Binary101010100010011101100100010101010110111010100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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