#2A7674

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

Shades of Elm #2A7674

Tints of Elm #2A7674

Color information

#2A7674 (or 0x2A7674) is unknown color: approx Elm. HEX triplet: 2A, 76 and 74. RGB value is (42,118,116). Sum of RGB (Red+Green+Blue) = 42+118+116=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7674 is #D5898B. Grayscale: #5E5E5E. Windows color (decimal): -13994380 or 7632426. OLE color: 7632426.

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

Color convert

RGB42118116-
CMYK0.6400.020.54
HSL178.42º47.5%31.37%-
HSV(B)178.42º64.41%46.27%-
XYZ10.5914.7118.8-
YUV95.05139.8290.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=15.22%
G=42.75%
B=42.03%

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
Decimal421181160.6400.020.54178.4247.531.37
Hex2A7674400236b2301f
Octal5216616410002662626037
Binary1010101110110111010010000000101101101011001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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