#2B7571

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

Shades of Elm #2B7571

Tints of Elm #2B7571

Color information

#2B7571 (or 0x2B7571) is unknown color: approx Elm. HEX triplet: 2B, 75 and 71. RGB value is (43,117,113). Sum of RGB (Red+Green+Blue) = 43+117+113=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7571 is #D48A8E. Grayscale: #5E5E5E. Windows color (decimal): -13929103 or 7435563. OLE color: 7435563.

HSL color Cylindrical-coordinate representation of color #2B7571: hue angle of 176.76º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7571 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB43117113-
CMYK0.6300.030.54
HSL176.76º46.25%31.37%-
HSV(B)176.76º63.25%45.88%-
XYZ10.3414.4317.86-
YUV94.42138.4891.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.75%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=15.75%
G=42.86%
B=41.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal431171130.6300.030.54176.7646.2531.37
Hex2B75713F0336b12e1f
Octal531651617703662615637
Binary101011111010111100011111110111101101011000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,113); }

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

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

 a { background-color: rgb(43,117,113); }

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

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

 span { border-color: rgb(43,117,113); }

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