#2B866D

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

Shades of Elf Green #2B866D

Tints of Elf Green #2B866D

Color information

#2B866D (or 0x2B866D) is unknown color: approx Elf Green. HEX triplet: 2B, 86 and 6D. RGB value is (43,134,109). Sum of RGB (Red+Green+Blue) = 43+134+109=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #2B866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B866D is #D47992. Grayscale: #676767. Windows color (decimal): -13924755 or 7177771. OLE color: 7177771.

HSL color Cylindrical-coordinate representation of color #2B866D: hue angle of 163.52º 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 #2B866D is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB43134109-
CMYK0.6800.190.47
HSL163.52º51.41%34.71%-
HSV(B)163.52º67.91%52.55%-
XYZ12.2818.6717.42-
YUV103.94130.8584.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=15.03%
G=46.85%
B=38.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431341090.6800.190.47163.5251.4134.71
Hex2B866D440132Fa43323
Octal53206155104023572446343
Binary101011100001101101101100010001001110111110100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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