Html Css Color HEX #2C312F Woodsmoke

📋 copy color: '#2C312F'

red 44 ◦ green 49 ◦ blue 47

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

Shades of Woodsmoke #2C312F

Tints of Woodsmoke #2C312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35%

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 31.43%
G = 35%
B = 33.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#2C312F (or 0x2C312F) is known color: Woodsmoke. HEX triplet: 2C, 31 and 2F. RGB value is (44,49,47). Sum of RGB (Red+Green+Blue) = 44+49+47=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 49 - color contains mainly: green. Hex color #2C312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C312F is #D3CED0. Grayscale: #2F2F2F. Windows color (decimal): -13881041 or 3092780. OLE color: 3092780.

HSL color Cylindrical-coordinate representation of color #2C312F: hue angle of 156º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2C312F is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 44 49 47 -
CMYK 0.10 0 0.04 0.81
HSL 156º 0.05% 0.18% -
HSV(B) 156º 0.1% 0.19% -
XYZ 2.65 2.94 3.12 -
YUV 47.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 44 49 47 0.10 0 0.04 0.81 156 0.05 0.18
Hex 2C 31 2F A 0 4 51 9C 5 12
Octal 54 61 57 12 0 4 121 234 5 22
Binary 101100 110001 101111 1010 0 100 1010001 10011100 101 10010

Color Harmonies of #2C312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C312F

Black with #2C312F

Text Example


Text Example

White with #2C312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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