#2A7270

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

Shades of Elm #2A7270

Tints of Elm #2A7270

Color information

#2A7270 (or 0x2A7270) is unknown color: approx Elm. HEX triplet: 2A, 72 and 70. RGB value is (42,114,112). Sum of RGB (Red+Green+Blue) = 42+114+112=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7270 is #D58D8F. Grayscale: #5C5C5C. Windows color (decimal): -13995408 or 7369258. OLE color: 7369258.

HSL color Cylindrical-coordinate representation of color #2A7270: hue angle of 178.33º 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 #2A7270 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB42114112-
CMYK0.6300.020.55
HSL178.33º46.15%30.59%-
HSV(B)178.33º63.16%44.71%-
XYZ9.913.717.45-
YUV92.24139.1592.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=15.67%
G=42.54%
B=41.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal421141120.6300.020.55178.3346.1530.59
Hex2A72703F0237b22e1f
Octal521621607702672625637
Binary101010111001011100001111110101101111011001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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