Html Css Color HEX #292D2F Cod Grey

📋 copy color: '#292D2F'

red 41 ◦ green 45 ◦ blue 47

#292D2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cod Grey #292D2F

Tints of Cod Grey #292D2F

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 value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#292D2F (or 0x292D2F) is known color: 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

RGB 41 45 47 -
CMYK 0.13 0.04 0 0.82
HSL 200º 0.07% 0.17% -
HSV(B) 200º 0.13% 0.18% -
XYZ 2.37 2.55 3.06 -
YUV 44.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 41 45 47 0.13 0.04 0 0.82 200 0.07 0.17
Hex 29 2D 2F D 4 0 52 C8 7 11
Octal 51 55 57 15 4 0 122 310 7 21
Binary 101001 101101 101111 1101 100 0 1010010 11001000 111 10001

Color Harmonies of #292D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D2F

Black with #292D2F

Text Example


Text Example

White with #292D2F

Text Example


Text Example

HTML Codes & Css Web 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>