#297773

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

Shades of Elm #297773

Tints of Elm #297773

Color information

#297773 (or 0x297773) is unknown color: approx Elm. HEX triplet: 29, 77 and 73. RGB value is (41,119,115). Sum of RGB (Red+Green+Blue) = 41+119+115=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #297773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297773 is #D6888C. Grayscale: #5F5F5F. Windows color (decimal): -14059661 or 7567145. OLE color: 7567145.

HSL color Cylindrical-coordinate representation of color #297773: hue angle of 176.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297773 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB41119115-
CMYK0.6600.030.53
HSL176.92º48.75%31.37%-
HSV(B)176.92º65.55%46.67%-
XYZ10.6114.918.54-
YUV95.22139.1689.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=14.91%
G=43.27%
B=41.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191150.6600.030.53176.9248.7531.37
Hex297773420335b1311f
Octal5116716310203652616137
Binary1010011110111111001110000100111101011011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297773; }

 p { color: rgb(41,119,115); }

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

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

 a { background-color: rgb(41,119,115); }

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

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

 span { border-color: rgb(41,119,115); }

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