Html Css Color HEX #29676C Allports

📋 copy color: '#29676C'

red 41 ◦ green 103 ◦ blue 108

#29676C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #29676C

Tints of Allports #29676C

RGB

 RED value IS 41 (16.41% from 255) = 16.27%

 GREEN value IS 103 (40.63% from 255) = 40.87%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 16.27%
G = 40.87%
B = 42.86%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29676C (or 0x29676C) is known color: Allports. HEX triplet: 29, 67 and 6C. RGB value is (41,103,108). Sum of RGB (Red+Green+Blue) = 41+103+108=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #29676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29676C is #D69893. Grayscale: #545454. Windows color (decimal): -14063764 or 7104297. OLE color: 7104297.

HSL color Cylindrical-coordinate representation of color #29676C: hue angle of 184.48º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29676C is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 103 108 -
CMYK 0.62 0.05 0 0.58
HSL 184.48º 0.45% 0.29% -
HSV(B) 184.48º 0.62% 0.42% -
XYZ 8.47 11.25 15.91 -
YUV 85.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 41 103 108 0.62 0.05 0 0.58 184.48 0.45 0.29
Hex 29 67 6C 3E 5 0 3A B8 2D 1D
Octal 51 147 154 76 5 0 72 270 55 35
Binary 101001 1100111 1101100 111110 101 0 111010 10111000 101101 11101

Color Harmonies of #29676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29676C

Black with #29676C

Text Example


Text Example

White with #29676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29676C; }

 p { color: rgb(41,103,108); }

 H1.HeaderClassName
 {
   color: #29676C;
 }
 .AnyTagClassName
 {
   color: #29676C;
 }
</style>

background-color css

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

 a { background-color: rgb(41,103,108); }

 div.DivClassName
 {
   background-color: #29676C;
 }
 .BgClassName
 {
   background-color: #29676C;
 }
</style>

border-color css

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

 span { border-color: rgb(41,103,108); }

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