#29767A

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

Shades of Atoll #29767A

Tints of Atoll #29767A

Color information

#29767A (or 0x29767A) is unknown color: approx Atoll. HEX triplet: 29, 76 and 7A. RGB value is (41,118,122). Sum of RGB (Red+Green+Blue) = 41+118+122=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #29767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29767A is #D68985. Grayscale: #5F5F5F. Windows color (decimal): -14059910 or 8025641. OLE color: 8025641.

HSL color Cylindrical-coordinate representation of color #29767A: hue angle of 182.96º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29767A is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41118122-
CMYK0.660.0300.52
HSL182.96º49.69%31.96%-
HSV(B)182.96º66.39%47.84%-
XYZ10.9114.8320.7-
YUV95.43142.9989.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=14.59%
G=41.99%
B=43.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411181220.660.0300.52182.9649.6931.96
Hex29767A423034b73220
Octal5116617210230642676240
Binary10100111101101111010100001011011010010110111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29767A; }

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

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

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

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

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

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

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

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