#2A7972

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

Shades of Elm #2A7972

Tints of Elm #2A7972

Color information

#2A7972 (or 0x2A7972) is unknown color: approx Elm. HEX triplet: 2A, 79 and 72. RGB value is (42,121,114). Sum of RGB (Red+Green+Blue) = 42+121+114=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7972 is #D5868D. Grayscale: #606060. Windows color (decimal): -13993614 or 7502122. OLE color: 7502122.

HSL color Cylindrical-coordinate representation of color #2A7972: hue angle of 174.68º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7972 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB42121114-
CMYK0.6500.060.53
HSL174.68º48.47%31.96%-
HSV(B)174.68º65.29%47.45%-
XYZ10.8315.3818.32-
YUV96.58137.8389.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=15.16%
G=43.68%
B=41.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421211140.6500.060.53174.6848.4731.96
Hex2A7972410635af3020
Octal5217116210106652576040
Binary101010111100111100101000001011011010110101111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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