#296E6B

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

Shades of Elm #296E6B

Tints of Elm #296E6B

Color information

#296E6B (or 0x296E6B) is unknown color: approx Elm. HEX triplet: 29, 6E and 6B. RGB value is (41,110,107). Sum of RGB (Red+Green+Blue) = 41+110+107=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #296E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E6B is #D69194. Grayscale: #585858. Windows color (decimal): -14061973 or 7040553. OLE color: 7040553.

HSL color Cylindrical-coordinate representation of color #296E6B: hue angle of 177.39º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296E6B is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB41110107-
CMYK0.6300.030.57
HSL177.39º45.7%29.61%-
HSV(B)177.39º62.73%43.14%-
XYZ9.1412.6815.88-
YUV89.03138.1493.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=15.89%
G=42.64%
B=41.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal411101070.6300.030.57177.3945.729.61
Hex296E6B3F0339b12e1e
Octal511561537703712615636
Binary101001110111011010111111110111110011011000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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