#2B7775

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

Shades of Elm #2B7775

Tints of Elm #2B7775

Color information

#2B7775 (or 0x2B7775) is unknown color: approx Elm. HEX triplet: 2B, 77 and 75. RGB value is (43,119,117). Sum of RGB (Red+Green+Blue) = 43+119+117=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7775 is #D4888A. Grayscale: #5F5F5F. Windows color (decimal): -13928587 or 7698219. OLE color: 7698219.

HSL color Cylindrical-coordinate representation of color #2B7775: hue angle of 178.42º 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 #2B7775 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB43119117-
CMYK0.6400.020.53
HSL178.42º46.91%31.76%-
HSV(B)178.42º63.87%46.67%-
XYZ10.814.9919.15-
YUV96.05139.8290.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.41%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=15.41%
G=42.65%
B=41.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431191170.6400.020.53178.4246.9131.76
Hex2B7775400235b22f20
Octal5316716510002652625740
Binary10101111101111110101100000001011010110110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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