#296D68

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

Shades of Genoa #296D68

Tints of Genoa #296D68

Color information

#296D68 (or 0x296D68) is unknown color: approx Genoa. HEX triplet: 29, 6D and 68. RGB value is (41,109,104). Sum of RGB (Red+Green+Blue) = 41+109+104=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 109 - color contains mainly: green. Hex color #296D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D68 is #D69297. Grayscale: #585858. Windows color (decimal): -14062232 or 6843689. OLE color: 6843689.

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

Color convert

RGB41109104-
CMYK0.6200.050.57
HSL175.59º45.33%29.41%-
HSV(B)175.59º62.39%42.75%-
XYZ8.8812.4115.02-
YUV88.1136.9794.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=16.14%
G=42.91%
B=40.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal411091040.6200.050.57175.5945.3329.41
Hex296D683E0539b02d1d
Octal511551507605712605535
Binary1010011101101110100011111001011110011011000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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