Shades of Cod Grey #2A2D2F
Tints of Cod Grey #2A2D2F
RGB
CMYK
RGB Variations
Color information
#2A2D2F (or 0x2A2D2F) is known color: Cod Grey. HEX triplet: 2A, 2D and 2F. RGB value is (42,45,47). Sum of RGB (Red+Green+Blue) = 42+45+47=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A2D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2D2F is #D5D2D0. Grayscale: #2C2C2C. Windows color (decimal): -14013137 or 3091754. OLE color: 3091754.
HSL color Cylindrical-coordinate representation of color #2A2D2F: hue angle of 204º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2A2D2F is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 45 | 47 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.82 |
| HSL | 204º | 0.06% | 0.17% | - |
| HSV(B) | 204º | 0.11% | 0.18% | - |
| XYZ | 2.41 | 2.57 | 3.06 | - |
| YUV | 44.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 47 | 0.11 | 0.04 | 0 | 0.82 | 204 | 0.06 | 0.17 |
| Hex | 2A | 2D | 2F | B | 4 | 0 | 52 | CC | 6 | 11 |
| Octal | 52 | 55 | 57 | 13 | 4 | 0 | 122 | 314 | 6 | 21 |
| Binary | 101010 | 101101 | 101111 | 1011 | 100 | 0 | 1010010 | 11001100 | 110 | 10001 |
Color Harmonies of #2A2D2F
Complementary color
Monochromatic Colors of #2A2D2F
Black with #2A2D2F
Text Example
Text Example
White with #2A2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D2F; }
p { color: rgb(42,45,47); }
H1.HeaderClassName
{
color: #2A2D2F;
}
.AnyTagClassName
{
color: #2A2D2F;
}
</style>
background-color css
<style>
a { background-color: #2A2D2F; }
a { background-color: rgb(42,45,47); }
div.DivClassName
{
background-color: #2A2D2F;
}
.BgClassName
{
background-color: #2A2D2F;
}
</style>
border-color css
<style>
span { border-color: #2A2D2F; }
span { border-color: rgb(42,45,47); }
td.TdClassName
{
border-color: #2A2D2F;
}
.TagClassName
{
border-color: #2A2D2F;
}
</style>