#2B7E7B

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

Shades of Elm #2B7E7B

Tints of Elm #2B7E7B

Color information

#2B7E7B (or 0x2B7E7B) is unknown color: approx Elm. HEX triplet: 2B, 7E and 7B. RGB value is (43,126,123). Sum of RGB (Red+Green+Blue) = 43+126+123=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E7B is #D48184. Grayscale: #646464. Windows color (decimal): -13926789 or 8093227. OLE color: 8093227.

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

Color convert

RGB43126123-
CMYK0.6600.020.51
HSL177.83º49.11%33.14%-
HSV(B)177.83º65.87%49.41%-
XYZ12.0316.8721.36-
YUV100.84140.586.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.73%
GREEN value IS 126 (49.61% from 255) = 43.15%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=14.73%
G=43.15%
B=42.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal431261230.6600.020.51177.8349.1133.14
Hex2B7E7B420233b23121
Octal5317617310202632626141
Binary10101111111101111011100001001011001110110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,126,123); }

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

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

 a { background-color: rgb(43,126,123); }

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

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

 span { border-color: rgb(43,126,123); }

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