#297470

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

Shades of Elm #297470

Tints of Elm #297470

Color information

#297470 (or 0x297470) is unknown color: approx Elm. HEX triplet: 29, 74 and 70. RGB value is (41,116,112). Sum of RGB (Red+Green+Blue) = 41+116+112=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #297470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297470 is #D68B8F. Grayscale: #5D5D5D. Windows color (decimal): -14060432 or 7369769. OLE color: 7369769.

HSL color Cylindrical-coordinate representation of color #297470: hue angle of 176.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297470 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB41116112-
CMYK0.6500.030.55
HSL176.8º47.77%30.78%-
HSV(B)176.8º64.66%45.49%-
XYZ10.0814.1317.53-
YUV93.12138.6590.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=15.24%
G=43.12%
B=41.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411161120.6500.030.55176.847.7730.78
Hex297470410337b1301f
Octal5116416010103672616037
Binary1010011110100111000010000010111101111011000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297470; }

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

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

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

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

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

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

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

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