#2B8666

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

Shades of Elf Green #2B8666

Tints of Elf Green #2B8666

Color information

#2B8666 (or 0x2B8666) is unknown color: approx Elf Green. HEX triplet: 2B, 86 and 66. RGB value is (43,134,102). Sum of RGB (Red+Green+Blue) = 43+134+102=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8666 is #D47999. Grayscale: #676767. Windows color (decimal): -13924762 or 6719019. OLE color: 6719019.

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

Color convert

RGB43134102-
CMYK0.6800.240.47
HSL158.9º51.41%34.71%-
HSV(B)158.9º67.91%52.55%-
XYZ11.9218.5215.52-
YUV103.14127.3585.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.41%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=15.41%
G=48.03%
B=36.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431341020.6800.240.47158.951.4134.71
Hex2B8666440182F9f3323
Octal53206146104030572376343
Binary101011100001101100110100010001100010111110011111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,134,102); }

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

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

 a { background-color: rgb(43,134,102); }

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

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

 span { border-color: rgb(43,134,102); }

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