#2A886C

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

Shades of Elf Green #2A886C

Tints of Elf Green #2A886C

Color information

#2A886C (or 0x2A886C) is unknown color: approx Elf Green. HEX triplet: 2A, 88 and 6C. RGB value is (42,136,108). Sum of RGB (Red+Green+Blue) = 42+136+108=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #2A886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A886C is #D57793. Grayscale: #686868. Windows color (decimal): -13989780 or 7112746. OLE color: 7112746.

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

Color convert

RGB42136108-
CMYK0.6900.210.47
HSL162.13º52.81%34.9%-
HSV(B)162.13º69.12%53.33%-
XYZ12.4719.1817.23-
YUV104.7129.8683.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.69%
GREEN value IS 136 (53.52% from 255) = 47.55%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=14.69%
G=47.55%
B=37.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421361080.6900.210.47162.1352.8134.9
Hex2A886C450152Fa23523
Octal52210154105025572426543
Binary101010100010001101100100010101010110111110100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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