#2B8077

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

Shades of Elm #2B8077

Tints of Elm #2B8077

Color information

#2B8077 (or 0x2B8077) is unknown color: approx Elm. HEX triplet: 2B, 80 and 77. RGB value is (43,128,119). Sum of RGB (Red+Green+Blue) = 43+128+119=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8077 is #D47F88. Grayscale: #656565. Windows color (decimal): -13926281 or 7831595. OLE color: 7831595.

HSL color Cylindrical-coordinate representation of color #2B8077: hue angle of 173.65º 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 #2B8077 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB43128119-
CMYK0.6600.070.50
HSL173.65º49.71%33.53%-
HSV(B)173.65º66.41%50.2%-
XYZ12.0517.2820.15-
YUV101.56137.8486.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.83%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=14.83%
G=44.14%
B=41.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal431281190.6600.070.50173.6549.7133.53
Hex2B8077420732ae3222
Octal5320016710207622566242
Binary1010111000000011101111000010011111001010101110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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