#297C79

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

Shades of Elm #297C79

Tints of Elm #297C79

Color information

#297C79 (or 0x297C79) is unknown color: approx Elm. HEX triplet: 29, 7C and 79. RGB value is (41,124,121). Sum of RGB (Red+Green+Blue) = 41+124+121=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #297C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C79 is #D68386. Grayscale: #626262. Windows color (decimal): -14058375 or 7961641. OLE color: 7961641.

HSL color Cylindrical-coordinate representation of color #297C79: hue angle of 177.83º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C79 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB41124121-
CMYK0.6700.020.51
HSL177.83º50.3%32.35%-
HSV(B)177.83º66.94%48.63%-
XYZ11.5716.2720.62-
YUV98.84140.586.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 124 (48.83% from 255) = 43.36%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=14.34%
G=43.36%
B=42.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411241210.6700.020.51177.8350.332.35
Hex297C79430233b23220
Octal5117417110302632626240
Binary10100111111001111001100001101011001110110010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297C79; }

 p { color: rgb(41,124,121); }

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

<style>
 a { background-color: #297C79; }

 a { background-color: rgb(41,124,121); }

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

<style>
 span { border-color: #297C79; }

 span { border-color: rgb(41,124,121); }

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