#296D6D

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

Shades of Elm #296D6D

Tints of Elm #296D6D

Color information

#296D6D (or 0x296D6D) is unknown color: approx Elm. HEX triplet: 29, 6D and 6D. RGB value is (41,109,109). Sum of RGB (Red+Green+Blue) = 41+109+109=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #296D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D6D is #D69292. Grayscale: #585858. Windows color (decimal): -14062227 or 7171369. OLE color: 7171369.

HSL color Cylindrical-coordinate representation of color #296D6D: hue angle of 180º 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 #296D6D is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB41109109-
CMYK0.62000.57
HSL180º45.33%29.41%-
HSV(B)180º62.39%42.75%-
XYZ9.1412.5116.4-
YUV88.67139.4794-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 109 (42.97% from 255) = 42.08%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=15.83%
G=42.08%
B=42.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal411091090.62000.5718045.3329.41
Hex296D6D3E0039b42d1d
Octal511551557600712645535
Binary10100111011011101101111110001110011011010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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