#297776

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

Shades of Atoll #297776

Tints of Atoll #297776

Color information

#297776 (or 0x297776) is unknown color: approx Atoll. HEX triplet: 29, 77 and 76. RGB value is (41,119,118). Sum of RGB (Red+Green+Blue) = 41+119+118=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #297776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297776 is #D68889. Grayscale: #5F5F5F. Windows color (decimal): -14059658 or 7763753. OLE color: 7763753.

HSL color Cylindrical-coordinate representation of color #297776: hue angle of 179.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297776 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB41119118-
CMYK0.6600.010.53
HSL179.23º48.75%31.37%-
HSV(B)179.23º65.55%46.67%-
XYZ10.7814.9719.46-
YUV95.56140.6689.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=14.75%
G=42.81%
B=42.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191180.6600.010.53179.2348.7531.37
Hex297776420135b3311f
Octal5116716610201652636137
Binary101001111011111101101000010011101011011001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297776; }

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

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

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

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

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

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

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

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