#2B7674

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

Shades of Elm #2B7674

Tints of Elm #2B7674

Color information

#2B7674 (or 0x2B7674) is unknown color: approx Elm. HEX triplet: 2B, 76 and 74. RGB value is (43,118,116). Sum of RGB (Red+Green+Blue) = 43+118+116=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7674 is #D4898B. Grayscale: #5F5F5F. Windows color (decimal): -13928844 or 7632427. OLE color: 7632427.

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

Color convert

RGB43118116-
CMYK0.6400.020.54
HSL178.4º46.58%31.57%-
HSV(B)178.4º63.56%46.27%-
XYZ10.6314.7318.81-
YUV95.35139.6590.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.52%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=15.52%
G=42.60%
B=41.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal431181160.6400.020.54178.446.5831.57
Hex2B7674400236b22f20
Octal5316616410002662625740
Binary10101111101101110100100000001011011010110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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