Shades of Toledo #2D2629
Tints of Toledo #2D2629
RGB
CMYK
RGB Variations
Color information
#2D2629 (or 0x2D2629) is known color: Toledo. HEX triplet: 2D, 26 and 29. RGB value is (45,38,41). Sum of RGB (Red+Green+Blue) = 45+38+41=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2629 is #D2D9D6. Grayscale: #282828. Windows color (decimal): -13818327 or 2696749. OLE color: 2696749.
HSL color Cylindrical-coordinate representation of color #2D2629: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2D2629 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 38 | 41 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.82 |
| HSL | 334.29º | 0.08% | 0.16% | - |
| HSV(B) | 334.29º | 0.16% | 0.18% | - |
| XYZ | 2.18 | 2.1 | 2.39 | - |
| YUV | 40.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 41 | 0 | 0.16 | 0.09 | 0.82 | 334.29 | 0.08 | 0.16 |
| Hex | 2D | 26 | 29 | 0 | 10 | 9 | 52 | 14E | 8 | 10 |
| Octal | 55 | 46 | 51 | 0 | 20 | 11 | 122 | 516 | 10 | 20 |
| Binary | 101101 | 100110 | 101001 | 0 | 10000 | 1001 | 1010010 | 101001110 | 1000 | 10000 |
Color Harmonies of #2D2629
Complementary color
Monochromatic Colors of #2D2629
Black with #2D2629
Text Example
Text Example
White with #2D2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2629; }
p { color: rgb(45,38,41); }
H1.HeaderClassName
{
color: #2D2629;
}
.AnyTagClassName
{
color: #2D2629;
}
</style>
background-color css
<style>
a { background-color: #2D2629; }
a { background-color: rgb(45,38,41); }
div.DivClassName
{
background-color: #2D2629;
}
.BgClassName
{
background-color: #2D2629;
}
</style>
border-color css
<style>
span { border-color: #2D2629; }
span { border-color: rgb(45,38,41); }
td.TdClassName
{
border-color: #2D2629;
}
.TagClassName
{
border-color: #2D2629;
}
</style>