#296D76

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

Shades of Allports #296D76

Tints of Allports #296D76

Color information

#296D76 (or 0x296D76) is unknown color: approx Allports. HEX triplet: 29, 6D and 76. RGB value is (41,109,118). Sum of RGB (Red+Green+Blue) = 41+109+118=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #296D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D76 is #D69289. Grayscale: #595959. Windows color (decimal): -14062218 or 7761193. OLE color: 7761193.

HSL color Cylindrical-coordinate representation of color #296D76: hue angle of 187.01º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296D76 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41109118-
CMYK0.650.0800.54
HSL187.01º48.43%31.18%-
HSV(B)187.01º65.25%46.27%-
XYZ9.6512.7219.09-
YUV89.69143.9793.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=15.30%
G=40.67%
B=44.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411091180.650.0800.54187.0148.4331.18
Hex296D76418036bb301f
Octal51155166101100662736037
Binary101001110110111101101000001100001101101011101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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