#297876

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

Shades of Elm #297876

Tints of Elm #297876

Color information

#297876 (or 0x297876) is unknown color: approx Elm. HEX triplet: 29, 78 and 76. RGB value is (41,120,118). Sum of RGB (Red+Green+Blue) = 41+120+118=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #297876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297876 is #D68789. Grayscale: #606060. Windows color (decimal): -14059402 or 7764009. OLE color: 7764009.

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

Color convert

RGB41120118-
CMYK0.6600.020.53
HSL178.48º49.07%31.57%-
HSV(B)178.48º65.83%47.06%-
XYZ10.915.2119.5-
YUV96.15140.3388.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=14.70%
G=43.01%
B=42.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411201180.6600.020.53178.4849.0731.57
Hex297876420235b23120
Octal5117016610202652626140
Binary10100111110001110110100001001011010110110010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297876; }

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

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

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

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

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

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

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

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