Shades of Cod Grey #292E30
Tints of Cod Grey #292E30
RGB
CMYK
RGB Variations
Color information
#292E30 (or 0x292E30) is known color: Cod Grey. HEX triplet: 29, 2E and 30. RGB value is (41,46,48). Sum of RGB (Red+Green+Blue) = 41+46+48=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 48 - color contains mainly: blue. Hex color #292E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E30 is #D6D1CF. Grayscale: #2C2C2C. Windows color (decimal): -14078416 or 3157545. OLE color: 3157545.
HSL color Cylindrical-coordinate representation of color #292E30: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #292E30 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 46 | 48 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.81 |
| HSL | 197.14º | 0.08% | 0.17% | - |
| HSV(B) | 197.14º | 0.15% | 0.19% | - |
| XYZ | 2.42 | 2.64 | 3.18 | - |
| YUV | 44.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 48 | 0.15 | 0.04 | 0 | 0.81 | 197.14 | 0.08 | 0.17 |
| Hex | 29 | 2E | 30 | F | 4 | 0 | 51 | C5 | 8 | 11 |
| Octal | 51 | 56 | 60 | 17 | 4 | 0 | 121 | 305 | 10 | 21 |
| Binary | 101001 | 101110 | 110000 | 1111 | 100 | 0 | 1010001 | 11000101 | 1000 | 10001 |
Color Harmonies of #292E30
Complementary color
Monochromatic Colors of #292E30
Black with #292E30
Text Example
Text Example
White with #292E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E30; }
p { color: rgb(41,46,48); }
H1.HeaderClassName
{
color: #292E30;
}
.AnyTagClassName
{
color: #292E30;
}
</style>
background-color css
<style>
a { background-color: #292E30; }
a { background-color: rgb(41,46,48); }
div.DivClassName
{
background-color: #292E30;
}
.BgClassName
{
background-color: #292E30;
}
</style>
border-color css
<style>
span { border-color: #292E30; }
span { border-color: rgb(41,46,48); }
td.TdClassName
{
border-color: #292E30;
}
.TagClassName
{
border-color: #292E30;
}
</style>