#2B8E78

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

Shades of Elf Green #2B8E78

Tints of Elf Green #2B8E78

Color information

#2B8E78 (or 0x2B8E78) is unknown color: approx Elf Green. HEX triplet: 2B, 8E and 78. RGB value is (43,142,120). Sum of RGB (Red+Green+Blue) = 43+142+120=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8E78 is #D47187. Grayscale: #6D6D6D. Windows color (decimal): -13922696 or 7900715. OLE color: 7900715.

HSL color Cylindrical-coordinate representation of color #2B8E78: hue angle of 166.67º 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 #2B8E78 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB43142120-
CMYK0.7000.150.44
HSL166.67º53.51%36.27%-
HSV(B)166.67º69.72%55.69%-
XYZ14.0621.2221.12-
YUV109.89133.780.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=14.10%
G=46.56%
B=39.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431421200.7000.150.44166.6753.5136.27
Hex2B8E78460F2Ca73624
Octal53216170106017542476644
Binary10101110001110111100010001100111110110010100111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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