#297F71

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

Shades of Elm #297F71

Tints of Elm #297F71

Color information

#297F71 (or 0x297F71) is unknown color: approx Elm. HEX triplet: 29, 7F and 71. RGB value is (41,127,113). Sum of RGB (Red+Green+Blue) = 41+127+113=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #297F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F71 is #D6808E. Grayscale: #636363. Windows color (decimal): -14057615 or 7438121. OLE color: 7438121.

HSL color Cylindrical-coordinate representation of color #297F71: hue angle of 170.23º 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 #297F71 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB41127113-
CMYK0.6800.110.50
HSL170.23º51.19%32.94%-
HSV(B)170.23º67.72%49.8%-
XYZ11.4816.8418.27-
YUV99.69135.5186.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 127 (50% from 255) = 45.20%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=14.59%
G=45.20%
B=40.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411271130.6800.110.50170.2351.1932.94
Hex297F71440B32aa3321
Octal51177161104013622526341
Binary1010011111111111000110001000101111001010101010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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