#296B6A

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

Shades of Elm #296B6A

Tints of Elm #296B6A

Color information

#296B6A (or 0x296B6A) is unknown color: approx Elm. HEX triplet: 29, 6B and 6A. RGB value is (41,107,106). Sum of RGB (Red+Green+Blue) = 41+107+106=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #296B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B6A is #D69495. Grayscale: #575757. Windows color (decimal): -14062742 or 6974249. OLE color: 6974249.

HSL color Cylindrical-coordinate representation of color #296B6A: hue angle of 179.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B6A is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB41107106-
CMYK0.6200.010.58
HSL179.09º44.59%29.02%-
HSV(B)179.09º61.68%41.96%-
XYZ8.7712.0315.49-
YUV87.15138.6395.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 107 (42.19% from 255) = 42.13%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=16.14%
G=42.13%
B=41.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal411071060.6200.010.58179.0944.5929.02
Hex296B6A3E013Ab32d1d
Octal511531527601722635535
Binary10100111010111101010111110011110101011001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296B6A; }

 p { color: rgb(41,107,106); }

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

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

 a { background-color: rgb(41,107,106); }

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

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

 span { border-color: rgb(41,107,106); }

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