#292D2F

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

Shades of Cod Grey #292D2F

Tints of Cod Grey #292D2F

Color information

#292D2F (or 0x292D2F) is unknown color: approx Cod Grey. HEX triplet: 29, 2D and 2F. RGB value is (41,45,47). Sum of RGB (Red+Green+Blue) = 41+45+47=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 47 - color contains mainly: blue. Hex color #292D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D2F is #D6D2D0. Grayscale: #2C2C2C. Windows color (decimal): -14078673 or 3091753. OLE color: 3091753.

HSL color Cylindrical-coordinate representation of color #292D2F: hue angle of 200º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292D2F is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB414547-
CMYK0.130.0400.82
HSL200º6.82%17.25%-
HSV(B)200º12.77%18.43%-
XYZ2.372.553.06-
YUV44.03129.67125.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=30.83%
G=33.83%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4145470.130.0400.822006.8217.25
Hex292D2FD4052c8711
Octal5155571540122310721
Binary1010011011011011111101100010100101100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292D2F; }

 p { color: rgb(41,45,47); }

 H1.HeaderClassName
 {
   color: #292D2F;
 }
 .AnyTagClassName
 {
   color: #292D2F;
 }
</style>
background-color css

<style>
 a { background-color: #292D2F; }

 a { background-color: rgb(41,45,47); }

 div.DivClassName
 {
   background-color: #292D2F;
 }
 .BgClassName
 {
   background-color: #292D2F;
 }
</style>
border-color css

<style>
 span { border-color: #292D2F; }

 span { border-color: rgb(41,45,47); }

 td.TdClassName
 {
   border-color: #292D2F;
 }
 .TagClassName
 {
   border-color: #292D2F;
 }
</style>