#2B7773

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

Shades of Elm #2B7773

Tints of Elm #2B7773

Color information

#2B7773 (or 0x2B7773) is unknown color: approx Elm. HEX triplet: 2B, 77 and 73. RGB value is (43,119,115). Sum of RGB (Red+Green+Blue) = 43+119+115=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7773 is #D4888C. Grayscale: #5F5F5F. Windows color (decimal): -13928589 or 7567147. OLE color: 7567147.

HSL color Cylindrical-coordinate representation of color #2B7773: hue angle of 176.84º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7773 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB43119115-
CMYK0.6400.030.53
HSL176.84º46.91%31.76%-
HSV(B)176.84º63.87%46.67%-
XYZ10.6914.9518.54-
YUV95.82138.8290.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.52%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=15.52%
G=42.96%
B=41.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431191150.6400.030.53176.8446.9131.76
Hex2B7773400335b12f20
Octal5316716310003652615740
Binary10101111101111110011100000001111010110110001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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