#296D6C

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

Shades of Elm #296D6C

Tints of Elm #296D6C

Color information

#296D6C (or 0x296D6C) is unknown color: approx Elm. HEX triplet: 29, 6D and 6C. RGB value is (41,109,108). Sum of RGB (Red+Green+Blue) = 41+109+108=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #296D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D6C is #D69293. Grayscale: #585858. Windows color (decimal): -14062228 or 7105833. OLE color: 7105833.

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

Color convert

RGB41109108-
CMYK0.6200.010.57
HSL179.12º45.33%29.41%-
HSV(B)179.12º62.39%42.75%-
XYZ9.0912.4916.12-
YUV88.55138.9794.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=15.89%
G=42.25%
B=41.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal411091080.6200.010.57179.1245.3329.41
Hex296D6C3E0139b32d1d
Octal511551547601712635535
Binary10100111011011101100111110011110011011001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,109,108); }

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

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

 a { background-color: rgb(41,109,108); }

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

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

 span { border-color: rgb(41,109,108); }

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