#2B966F

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

Shades of Elf Green #2B966F

Tints of Elf Green #2B966F

Color information

#2B966F (or 0x2B966F) is unknown color: approx Elf Green. HEX triplet: 2B, 96 and 6F. RGB value is (43,150,111). Sum of RGB (Red+Green+Blue) = 43+150+111=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #2B966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B966F is #D46990. Grayscale: #717171. Windows color (decimal): -13920657 or 7312939. OLE color: 7312939.

HSL color Cylindrical-coordinate representation of color #2B966F: hue angle of 158.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B966F is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB43150111-
CMYK0.7100.260.41
HSL158.13º55.44%37.84%-
HSV(B)158.13º71.33%58.82%-
XYZ14.7723.4718.79-
YUV113.56126.5577.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=14.14%
G=49.34%
B=36.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431501110.7100.260.41158.1355.4437.84
Hex2B966F4701A299e3726
Octal53226157107032512366746
Binary101011100101101101111100011101101010100110011110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,150,111); }

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

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

 a { background-color: rgb(43,150,111); }

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

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

 span { border-color: rgb(43,150,111); }

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