#2A706E

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

Shades of Elm #2A706E

Tints of Elm #2A706E

Color information

#2A706E (or 0x2A706E) is unknown color: approx Elm. HEX triplet: 2A, 70 and 6E. RGB value is (42,112,110). Sum of RGB (Red+Green+Blue) = 42+112+110=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #2A706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A706E is #D58F91. Grayscale: #5A5A5A. Windows color (decimal): -13995922 or 7237674. OLE color: 7237674.

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

Color convert

RGB42112110-
CMYK0.6200.020.56
HSL178.29º45.45%30.2%-
HSV(B)178.29º62.5%43.92%-
XYZ9.5613.2116.8-
YUV90.84138.8193.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.91%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=15.91%
G=42.42%
B=41.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal421121100.6200.020.56178.2945.4530.2
Hex2A706E3E0238b22d1e
Octal521601567602702625536
Binary101010111000011011101111100101110001011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,110); }

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

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

 a { background-color: rgb(42,112,110); }

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

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

 span { border-color: rgb(42,112,110); }

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