#2B7F76

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

Shades of Elm #2B7F76

Tints of Elm #2B7F76

Color information

#2B7F76 (or 0x2B7F76) is unknown color: approx Elm. HEX triplet: 2B, 7F and 76. RGB value is (43,127,118). Sum of RGB (Red+Green+Blue) = 43+127+118=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F76 is #D48089. Grayscale: #646464. Windows color (decimal): -13926538 or 7765803. OLE color: 7765803.

HSL color Cylindrical-coordinate representation of color #2B7F76: hue angle of 173.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F76 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB43127118-
CMYK0.6600.070.50
HSL173.57º49.41%33.33%-
HSV(B)173.57º66.14%49.8%-
XYZ11.861719.8-
YUV100.86137.6786.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.93%
GREEN value IS 127 (50% from 255) = 44.10%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=14.93%
G=44.10%
B=40.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal431271180.6600.070.50173.5749.4133.33
Hex2B7F76420732ae3121
Octal5317716610207622566141
Binary101011111111111101101000010011111001010101110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,127,118); }

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

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

 a { background-color: rgb(43,127,118); }

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

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

 span { border-color: rgb(43,127,118); }

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