Shades of Cod Grey #2D3032
Tints of Cod Grey #2D3032
RGB
CMYK
RGB Variations
Color information
#2D3032 (or 0x2D3032) is known color: Cod Grey. HEX triplet: 2D, 30 and 32. RGB value is (45,48,50). Sum of RGB (Red+Green+Blue) = 45+48+50=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D3032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3032 is #D2CFCD. Grayscale: #2F2F2F. Windows color (decimal): -13815758 or 3289133. OLE color: 3289133.
HSL color Cylindrical-coordinate representation of color #2D3032: hue angle of 204º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2D3032 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 48 | 50 | - |
CMYK | 0.10 | 0.04 | 0 | 0.80 |
HSL | 204º | 0.05% | 0.19% | - |
HSV(B) | 204º | 0.1% | 0.2% | - |
XYZ | 2.71 | 2.9 | 3.43 | - |
YUV | 47.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 48 | 50 | 0.10 | 0.04 | 0 | 0.80 | 204 | 0.05 | 0.19 |
Hex | 2D | 30 | 32 | A | 4 | 0 | 50 | CC | 5 | 13 |
Octal | 55 | 60 | 62 | 12 | 4 | 0 | 120 | 314 | 5 | 23 |
Binary | 101101 | 110000 | 110010 | 1010 | 100 | 0 | 1010000 | 11001100 | 101 | 10011 |
Color Harmonies of #2D3032
Complementary color
Monochromatic Colors of #2D3032
Black with #2D3032
Text Example
Text Example
White with #2D3032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3032; }
p { color: rgb(45,48,50); }
H1.HeaderClassName
{
color: #2D3032;
}
.AnyTagClassName
{
color: #2D3032;
}
</style>
background-color css
<style>
a { background-color: #2D3032; }
a { background-color: rgb(45,48,50); }
div.DivClassName
{
background-color: #2D3032;
}
.BgClassName
{
background-color: #2D3032;
}
</style>
border-color css
<style>
span { border-color: #2D3032; }
span { border-color: rgb(45,48,50); }
td.TdClassName
{
border-color: #2D3032;
}
.TagClassName
{
border-color: #2D3032;
}
</style>