#2b807c

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

Shades of Elm #2B807C

Tints of Elm #2B807C

Color information

#2B807C (or 0x2B807C) is unknown color: approx Elm. HEX triplet: 2B, 80 and 7C. RGB value is (43,128,124). Sum of RGB (Red+Green+Blue) = 43+128+124=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #2B807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B807C is #D47F83. Grayscale: #666666. Windows color (decimal): -13926276 or 8159275. OLE color: 8159275.

HSL color Cylindrical-coordinate representation of color #2B807C: hue angle of 177.18º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B807C is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB43128124-
CMYK0.6600.030.50
HSL177.18º49.71%33.53%-
HSV(B)177.18º66.41%50.2%-
XYZ12.3517.4121.78-
YUV102.13140.3485.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=14.58%
G=43.39%
B=42.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal431281240.6600.030.50177.1849.7133.53
Hex2B807C420332b13222
Octal5320017410203622616242
Binary101011100000001111100100001001111001010110001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b807c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,128,124); }

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

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

 a { background-color: rgb(43,128,124); }

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

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

 span { border-color: rgb(43,128,124); }

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