#296D73

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

Shades of Atoll #296D73

Tints of Atoll #296D73

Color information

#296D73 (or 0x296D73) is unknown color: approx Atoll. HEX triplet: 29, 6D and 73. RGB value is (41,109,115). Sum of RGB (Red+Green+Blue) = 41+109+115=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #296D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D73 is #D6928C. Grayscale: #595959. Windows color (decimal): -14062221 or 7564585. OLE color: 7564585.

HSL color Cylindrical-coordinate representation of color #296D73: hue angle of 184.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296D73 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB41109115-
CMYK0.640.0500.55
HSL184.86º47.44%30.59%-
HSV(B)184.86º64.35%45.1%-
XYZ9.4812.6518.16-
YUV89.35142.4793.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=15.47%
G=41.13%
B=43.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411091150.640.0500.55184.8647.4430.59
Hex296D73405037b92f1f
Octal5115516310050672715737
Binary10100111011011110011100000010101101111011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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