#2B906B

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

Shades of Elf Green #2B906B

Tints of Elf Green #2B906B

Color information

#2B906B (or 0x2B906B) is unknown color: approx Elf Green. HEX triplet: 2B, 90 and 6B. RGB value is (43,144,107). Sum of RGB (Red+Green+Blue) = 43+144+107=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #2B906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B906B is #D46F94. Grayscale: #6D6D6D. Windows color (decimal): -13922197 or 7049259. OLE color: 7049259.

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

Color convert

RGB43144107-
CMYK0.7000.260.44
HSL158.02º54.01%36.67%-
HSV(B)158.02º70.14%56.47%-
XYZ13.6221.5217.35-
YUV109.58126.5480.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.63%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=14.63%
G=48.98%
B=36.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431441070.7000.260.44158.0254.0136.67
Hex2B906B4601A2C9e3625
Octal53220153106032542366645
Binary101011100100001101011100011001101010110010011110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,144,107); }

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

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

 a { background-color: rgb(43,144,107); }

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

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

 span { border-color: rgb(43,144,107); }

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