#2B8B6E

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

Shades of Elf Green #2B8B6E

Tints of Elf Green #2B8B6E

Color information

#2B8B6E (or 0x2B8B6E) is unknown color: approx Elf Green. HEX triplet: 2B, 8B and 6E. RGB value is (43,139,110). Sum of RGB (Red+Green+Blue) = 43+139+110=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B6E is #D47491. Grayscale: #6B6B6B. Windows color (decimal): -13923474 or 7244587. OLE color: 7244587.

HSL color Cylindrical-coordinate representation of color #2B8B6E: hue angle of 161.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B6E is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB43139110-
CMYK0.6900.210.45
HSL161.88º52.75%35.69%-
HSV(B)161.88º69.06%54.51%-
XYZ13.0420.117.94-
YUV106.99129.782.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.73%
GREEN value IS 139 (54.69% from 255) = 47.60%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=14.73%
G=47.60%
B=37.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431391100.6900.210.45161.8852.7535.69
Hex2B8B6E450152Da23524
Octal53213156105025552426544
Binary101011100010111101110100010101010110110110100010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,139,110); }

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

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

 a { background-color: rgb(43,139,110); }

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

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

 span { border-color: rgb(43,139,110); }

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