#297F74

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

Shades of Elm #297F74

Tints of Elm #297F74

Color information

#297F74 (or 0x297F74) is unknown color: approx Elm. HEX triplet: 29, 7F and 74. RGB value is (41,127,116). Sum of RGB (Red+Green+Blue) = 41+127+116=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #297F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F74 is #D6808B. Grayscale: #636363. Windows color (decimal): -14057612 or 7634729. OLE color: 7634729.

HSL color Cylindrical-coordinate representation of color #297F74: hue angle of 172.33º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F74 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB41127116-
CMYK0.6800.090.50
HSL172.33º51.19%32.94%-
HSV(B)172.33º67.72%49.8%-
XYZ11.6616.9119.17-
YUV100.03137.0185.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=14.44%
G=44.72%
B=40.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411271160.6800.090.50172.3351.1932.94
Hex297F74440932ac3321
Octal51177164104011622546341
Binary1010011111111111010010001000100111001010101100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,127,116); }

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

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

 a { background-color: rgb(41,127,116); }

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

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

 span { border-color: rgb(41,127,116); }

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