#297B71

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

Shades of Elm #297B71

Tints of Elm #297B71

Color information

#297B71 (or 0x297B71) is unknown color: approx Elm. HEX triplet: 29, 7B and 71. RGB value is (41,123,113). Sum of RGB (Red+Green+Blue) = 41+123+113=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #297B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B71 is #D6848E. Grayscale: #616161. Windows color (decimal): -14058639 or 7437097. OLE color: 7437097.

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

Color convert

RGB41123113-
CMYK0.6700.080.52
HSL172.68º50%32.16%-
HSV(B)172.68º66.67%48.24%-
XYZ10.9815.8318.1-
YUV97.34136.8387.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=14.80%
G=44.40%
B=40.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411231130.6700.080.52172.685032.16
Hex297B71430834ad3220
Octal51173161103010642556240
Binary1010011111011111000110000110100011010010101101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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