#292E30

Color #292E30 Cod Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cod Grey #292E30

Tints of Cod Grey #292E30

Color information

#292E30 (or 0x292E30) is unknown color: approx 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

RGB414648-
CMYK0.150.0400.81
HSL197.14º7.87%17.45%-
HSV(B)197.14º14.58%18.82%-
XYZ2.422.643.18-
YUV44.73129.84125.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=30.37%
G=34.07%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4146480.150.0400.81197.147.8717.45
Hex292E30F4051c5811
Octal51566017401213051021
Binary10100110111011000011111000101000111000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>