#2B8776

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

Shades of Elm #2B8776

Tints of Elm #2B8776

Color information

#2B8776 (or 0x2B8776) is unknown color: approx Elm. HEX triplet: 2B, 87 and 76. RGB value is (43,135,118). Sum of RGB (Red+Green+Blue) = 43+135+118=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8776 is #D47889. Grayscale: #696969. Windows color (decimal): -13924490 or 7767851. OLE color: 7767851.

HSL color Cylindrical-coordinate representation of color #2B8776: hue angle of 168.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8776 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB43135118-
CMYK0.6800.130.47
HSL168.91º51.69%34.9%-
HSV(B)168.91º68.15%52.94%-
XYZ12.9319.1520.15-
YUV105.55135.0283.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=14.53%
G=45.61%
B=39.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431351180.6800.130.47168.9151.6934.9
Hex2B8776440D2Fa93423
Octal53207166104015572516443
Binary10101110000111111011010001000110110111110101001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,118); }

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

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

 a { background-color: rgb(43,135,118); }

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

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

 span { border-color: rgb(43,135,118); }

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