#2B8E76

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

Shades of Elf Green #2B8E76

Tints of Elf Green #2B8E76

Color information

#2B8E76 (or 0x2B8E76) is unknown color: approx Elf Green. HEX triplet: 2B, 8E and 76. RGB value is (43,142,118). Sum of RGB (Red+Green+Blue) = 43+142+118=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8E76 is #D47189. Grayscale: #6D6D6D. Windows color (decimal): -13922698 or 7769643. OLE color: 7769643.

HSL color Cylindrical-coordinate representation of color #2B8E76: hue angle of 165.45º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E76 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB43142118-
CMYK0.7000.170.44
HSL165.45º53.51%36.27%-
HSV(B)165.45º69.72%55.69%-
XYZ13.9421.1720.49-
YUV109.66132.780.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.19%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=14.19%
G=46.86%
B=38.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431421180.7000.170.44165.4553.5136.27
Hex2B8E76460112Ca53624
Octal53216166106021542456644
Binary101011100011101110110100011001000110110010100101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,142,118); }

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

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

 a { background-color: rgb(43,142,118); }

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

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

 span { border-color: rgb(43,142,118); }

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