#296D6E

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

Shades of Atoll #296D6E

Tints of Atoll #296D6E

Color information

#296D6E (or 0x296D6E) is unknown color: approx Atoll. HEX triplet: 29, 6D and 6E. RGB value is (41,109,110). Sum of RGB (Red+Green+Blue) = 41+109+110=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #296D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D6E is #D69291. Grayscale: #585858. Windows color (decimal): -14062226 or 7236905. OLE color: 7236905.

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

Color convert

RGB41109110-
CMYK0.630.0100.57
HSL180.87º45.7%29.61%-
HSV(B)180.87º62.73%43.14%-
XYZ9.212.5316.69-
YUV88.78139.9793.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=15.77%
G=41.92%
B=42.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal411091100.630.0100.57180.8745.729.61
Hex296D6E3F1039b52e1e
Octal511551567710712655636
Binary10100111011011101110111111101110011011010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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