#297B76

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

Shades of Elm #297B76

Tints of Elm #297B76

Color information

#297B76 (or 0x297B76) is unknown color: approx Elm. HEX triplet: 29, 7B and 76. RGB value is (41,123,118). Sum of RGB (Red+Green+Blue) = 41+123+118=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #297B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B76 is #D68489. Grayscale: #616161. Windows color (decimal): -14058634 or 7764777. OLE color: 7764777.

HSL color Cylindrical-coordinate representation of color #297B76: hue angle of 176.34º 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 #297B76 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB41123118-
CMYK0.6700.040.52
HSL176.34º50%32.16%-
HSV(B)176.34º66.67%48.24%-
XYZ11.2715.9519.62-
YUV97.91139.3387.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 123 (48.44% from 255) = 43.62%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=14.54%
G=43.62%
B=41.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411231180.6700.040.52176.345032.16
Hex297B76430434b03220
Octal5117316610304642606240
Binary101001111101111101101000011010011010010110000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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