#2B726E

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

Shades of Elm #2B726E

Tints of Elm #2B726E

Color information

#2B726E (or 0x2B726E) is unknown color: approx Elm. HEX triplet: 2B, 72 and 6E. RGB value is (43,114,110). Sum of RGB (Red+Green+Blue) = 43+114+110=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #2B726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B726E is #D48D91. Grayscale: #5C5C5C. Windows color (decimal): -13929874 or 7238187. OLE color: 7238187.

HSL color Cylindrical-coordinate representation of color #2B726E: hue angle of 176.62º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B726E is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB43114110-
CMYK0.6200.040.55
HSL176.62º45.22%30.78%-
HSV(B)176.62º62.28%44.71%-
XYZ9.8313.6716.87-
YUV92.32137.9892.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=16.10%
G=42.70%
B=41.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431141100.6200.040.55176.6245.2230.78
Hex2B726E3E0437b12d1f
Octal531621567604672615537
Binary1010111110010110111011111001001101111011000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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