#2A726D

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

Shades of Elm #2A726D

Tints of Elm #2A726D

Color information

#2A726D (or 0x2A726D) is unknown color: approx Elm. HEX triplet: 2A, 72 and 6D. RGB value is (42,114,109). Sum of RGB (Red+Green+Blue) = 42+114+109=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #2A726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A726D is #D58D92. Grayscale: #5B5B5B. Windows color (decimal): -13995411 or 7172650. OLE color: 7172650.

HSL color Cylindrical-coordinate representation of color #2A726D: hue angle of 175.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A726D is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB42114109-
CMYK0.6300.040.55
HSL175.83º46.15%30.59%-
HSV(B)175.83º63.16%44.71%-
XYZ9.7313.6316.59-
YUV91.9137.6592.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=15.85%
G=43.02%
B=41.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal421141090.6300.040.55175.8346.1530.59
Hex2A726D3F0437b02e1f
Octal521621557704672605637
Binary1010101110010110110111111101001101111011000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,114,109); }

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

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

 a { background-color: rgb(42,114,109); }

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

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

 span { border-color: rgb(42,114,109); }

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