#2A756F

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

Shades of Elm #2A756F

Tints of Elm #2A756F

Color information

#2A756F (or 0x2A756F) is unknown color: approx Elm. HEX triplet: 2A, 75 and 6F. RGB value is (42,117,111). Sum of RGB (Red+Green+Blue) = 42+117+111=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #2A756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A756F is #D58A90. Grayscale: #5D5D5D. Windows color (decimal): -13994641 or 7304490. OLE color: 7304490.

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

Color convert

RGB42117111-
CMYK0.6400.050.54
HSL175.2º47.17%31.18%-
HSV(B)175.2º64.1%45.88%-
XYZ10.1914.3617.27-
YUV93.89137.6590.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=15.56%
G=43.33%
B=41.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal421171110.6400.050.54175.247.1731.18
Hex2A756F400536af2f1f
Octal5216515710005662575737
Binary10101011101011101111100000001011101101010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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