Shades of Allports #29676D
Tints of Allports #29676D
RGB
CMYK
RGB Variations
Color information
#29676D (or 0x29676D) is known color: Allports. HEX triplet: 29, 67 and 6D. RGB value is (41,103,109). Sum of RGB (Red+Green+Blue) = 41+103+109=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #29676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29676D is #D69892. Grayscale: #555555. Windows color (decimal): -14063763 or 7169833. OLE color: 7169833.
HSL color Cylindrical-coordinate representation of color #29676D: hue angle of 185.29º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29676D is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 103 | 109 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.57 |
| HSL | 185.29º | 0.45% | 0.29% | - |
| HSV(B) | 185.29º | 0.62% | 0.43% | - |
| XYZ | 8.53 | 11.28 | 16.2 | - |
| YUV | 85.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 109 | 0.62 | 0.06 | 0 | 0.57 | 185.29 | 0.45 | 0.29 |
| Hex | 29 | 67 | 6D | 3E | 6 | 0 | 39 | B9 | 2D | 1D |
| Octal | 51 | 147 | 155 | 76 | 6 | 0 | 71 | 271 | 55 | 35 |
| Binary | 101001 | 1100111 | 1101101 | 111110 | 110 | 0 | 111001 | 10111001 | 101101 | 11101 |
Color Harmonies of #29676D
Complementary color
Monochromatic Colors of #29676D
Black with #29676D
Text Example
Text Example
White with #29676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29676D; }
p { color: rgb(41,103,109); }
H1.HeaderClassName
{
color: #29676D;
}
.AnyTagClassName
{
color: #29676D;
}
</style>
background-color css
<style>
a { background-color: #29676D; }
a { background-color: rgb(41,103,109); }
div.DivClassName
{
background-color: #29676D;
}
.BgClassName
{
background-color: #29676D;
}
</style>
border-color css
<style>
span { border-color: #29676D; }
span { border-color: rgb(41,103,109); }
td.TdClassName
{
border-color: #29676D;
}
.TagClassName
{
border-color: #29676D;
}
</style>