#2A7570

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

Shades of Elm #2A7570

Tints of Elm #2A7570

Color information

#2A7570 (or 0x2A7570) is unknown color: approx Elm. HEX triplet: 2A, 75 and 70. RGB value is (42,117,112). Sum of RGB (Red+Green+Blue) = 42+117+112=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7570 is #D58A8F. Grayscale: #5D5D5D. Windows color (decimal): -13994640 or 7370026. OLE color: 7370026.

HSL color Cylindrical-coordinate representation of color #2A7570: hue angle of 176º 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 #2A7570 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB42117112-
CMYK0.6400.040.54
HSL176º47.17%31.18%-
HSV(B)176º64.1%45.88%-
XYZ10.2414.3817.57-
YUV94138.1590.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=15.50%
G=43.17%
B=41.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal421171120.6400.040.5417647.1731.18
Hex2A7570400436b02f1f
Octal5216516010004662605737
Binary10101011101011110000100000001001101101011000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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