#2B8B73

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

Shades of Elf Green #2B8B73

Tints of Elf Green #2B8B73

Color information

#2B8B73 (or 0x2B8B73) is unknown color: approx Elf Green. HEX triplet: 2B, 8B and 73. RGB value is (43,139,115). Sum of RGB (Red+Green+Blue) = 43+139+115=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B73 is #D4748C. Grayscale: #6B6B6B. Windows color (decimal): -13923469 or 7572267. OLE color: 7572267.

HSL color Cylindrical-coordinate representation of color #2B8B73: hue angle of 165º 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 #2B8B73 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB43139115-
CMYK0.6900.170.45
HSL165º52.75%35.69%-
HSV(B)165º69.06%54.51%-
XYZ13.3220.2219.42-
YUV107.56132.281.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=14.48%
G=46.80%
B=38.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431391150.6900.170.4516552.7535.69
Hex2B8B73450112Da53524
Octal53213163105021552456544
Binary101011100010111110011100010101000110110110100101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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