Html Css Color HEX #292F2D Woodsmoke

📋 copy color: '#292F2D'

red 41 ◦ green 47 ◦ blue 45

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

Shades of Woodsmoke #292F2D

Tints of Woodsmoke #292F2D

RGB

 RED value IS 41 (16.41% from 255) = 30.83%

 GREEN value IS 47 (18.75% from 255) = 35.34%

 BLUE value IS 45 (17.97% from 255) = 33.83%

R = 30.83%
G = 35.34%
B = 33.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.82

RGB Variations

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

Color information

#292F2D (or 0x292F2D) is known color: Woodsmoke. HEX triplet: 29, 2F and 2D. RGB value is (41,47,45). Sum of RGB (Red+Green+Blue) = 41+47+45=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 47 - color contains mainly: green. Hex color #292F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2D is #D6D0D2. Grayscale: #2C2C2C. Windows color (decimal): -14078163 or 2961193. OLE color: 2961193.

HSL color Cylindrical-coordinate representation of color #292F2D: hue angle of 160º 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 #292F2D is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 47 45 -
CMYK 0.13 0 0.04 0.82
HSL 160º 0.07% 0.17% -
HSV(B) 160º 0.13% 0.18% -
XYZ 2.4 2.69 2.88 -
YUV 44.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 41 47 45 0.13 0 0.04 0.82 160 0.07 0.17
Hex 29 2F 2D D 0 4 52 A0 7 11
Octal 51 57 55 15 0 4 122 240 7 21
Binary 101001 101111 101101 1101 0 100 1010010 10100000 111 10001

Color Harmonies of #292F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F2D

Black with #292F2D

Text Example


Text Example

White with #292F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #292F2D;
 }
 .AnyTagClassName
 {
   color: #292F2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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