#297774

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

Shades of Elm #297774

Tints of Elm #297774

Color information

#297774 (or 0x297774) is unknown color: approx Elm. HEX triplet: 29, 77 and 74. RGB value is (41,119,116). Sum of RGB (Red+Green+Blue) = 41+119+116=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #297774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297774 is #D6888B. Grayscale: #5F5F5F. Windows color (decimal): -14059660 or 7632681. OLE color: 7632681.

HSL color Cylindrical-coordinate representation of color #297774: hue angle of 177.69º 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 #297774 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB41119116-
CMYK0.6600.030.53
HSL177.69º48.75%31.37%-
HSV(B)177.69º65.55%46.67%-
XYZ10.6614.9318.84-
YUV95.34139.6689.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=14.86%
G=43.12%
B=42.03%

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
Decimal411191160.6600.030.53177.6948.7531.37
Hex297774420335b2311f
Octal5116716410203652626137
Binary1010011110111111010010000100111101011011001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297774; }

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

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

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

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

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

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

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

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