#29707F

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

Shades of Allports #29707F

Tints of Allports #29707F

Color information

#29707F (or 0x29707F) is unknown color: approx Allports. HEX triplet: 29, 70 and 7F. RGB value is (41,112,127). Sum of RGB (Red+Green+Blue) = 41+112+127=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #29707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29707F is #D68F80. Grayscale: #5C5C5C. Windows color (decimal): -14061441 or 8351785. OLE color: 8351785.

HSL color Cylindrical-coordinate representation of color #29707F: hue angle of 190.47º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29707F is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB41112127-
CMYK0.680.1200.50
HSL190.47º51.19%32.94%-
HSV(B)190.47º67.72%49.8%-
XYZ10.5413.5922.15-
YUV92.48147.4891.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 127 (50% from 255) = 45.36%
R=14.64%
G=40%
B=45.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411121270.680.1200.50190.4751.1932.94
Hex29707F44C032be3321
Octal51160177104140622766341
Binary1010011110000111111110001001100011001010111110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29707F; }

 p { color: rgb(41,112,127); }

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

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

 a { background-color: rgb(41,112,127); }

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

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

 span { border-color: rgb(41,112,127); }

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