#2A716D

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

Shades of Elm #2A716D

Tints of Elm #2A716D

Color information

#2A716D (or 0x2A716D) is unknown color: approx Elm. HEX triplet: 2A, 71 and 6D. RGB value is (42,113,109). Sum of RGB (Red+Green+Blue) = 42+113+109=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #2A716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A716D is #D58E92. Grayscale: #5B5B5B. Windows color (decimal): -13995667 or 7172394. OLE color: 7172394.

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

Color convert

RGB42113109-
CMYK0.6300.040.56
HSL176.62º45.81%30.39%-
HSV(B)176.62º62.83%44.31%-
XYZ9.6213.4116.55-
YUV91.32137.9892.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.91%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=15.91%
G=42.80%
B=41.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal421131090.6300.040.56176.6245.8130.39
Hex2A716D3F0438b12e1e
Octal521611557704702615636
Binary1010101110001110110111111101001110001011000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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