Html Css Color HEX #2C3431 Woodsmoke

📋 copy color: '#2C3431'

red 44 ◦ green 52 ◦ blue 49

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

Shades of Woodsmoke #2C3431

Tints of Woodsmoke #2C3431

RGB

 RED value IS 44 (17.58% from 255) = 30.34%

 GREEN value IS 52 (20.7% from 255) = 35.86%

 BLUE value IS 49 (19.53% from 255) = 33.79%

R = 30.34%
G = 35.86%
B = 33.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#2C3431 (or 0x2C3431) is known color: Woodsmoke. HEX triplet: 2C, 34 and 31. RGB value is (44,52,49). Sum of RGB (Red+Green+Blue) = 44+52+49=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3431 is #D3CBCE. Grayscale: #313131. Windows color (decimal): -13880271 or 3224620. OLE color: 3224620.

HSL color Cylindrical-coordinate representation of color #2C3431: hue angle of 157.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2C3431 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 44 52 49 -
CMYK 0.15 0 0.06 0.80
HSL 157.5º 0.08% 0.19% -
HSV(B) 157.5º 0.15% 0.2% -
XYZ 2.82 3.21 3.38 -
YUV 49.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 44 52 49 0.15 0 0.06 0.80 157.5 0.08 0.19
Hex 2C 34 31 F 0 6 50 9E 8 13
Octal 54 64 61 17 0 6 120 236 10 23
Binary 101100 110100 110001 1111 0 110 1010000 10011110 1000 10011

Color Harmonies of #2C3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3431

Black with #2C3431

Text Example


Text Example

White with #2C3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C3431; }

 p { color: rgb(44,52,49); }

 H1.HeaderClassName
 {
   color: #2C3431;
 }
 .AnyTagClassName
 {
   color: #2C3431;
 }
</style>

background-color css

<style>
 a { background-color: #2C3431; }

 a { background-color: rgb(44,52,49); }

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

border-color css

<style>
 span { border-color: #2C3431; }

 span { border-color: rgb(44,52,49); }

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