Html Css Color HEX #2C3432 Woodsmoke

📋 copy color: '#2C3432'

red 44 ◦ green 52 ◦ blue 50

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

Shades of Woodsmoke #2C3432

Tints of Woodsmoke #2C3432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 34.25%

R = 30.14%
G = 35.62%
B = 34.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#2C3432 (or 0x2C3432) is known color: Woodsmoke. HEX triplet: 2C, 34 and 32. RGB value is (44,52,50). Sum of RGB (Red+Green+Blue) = 44+52+50=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3432 is #D3CBCD. Grayscale: #313131. Windows color (decimal): -13880270 or 3290156. OLE color: 3290156.

HSL color Cylindrical-coordinate representation of color #2C3432: hue angle of 165º 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 #2C3432 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 44 52 50 -
CMYK 0.15 0 0.04 0.80
HSL 165º 0.08% 0.19% -
HSV(B) 165º 0.15% 0.2% -
XYZ 2.84 3.22 3.49 -
YUV 49.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 44 52 50 0.15 0 0.04 0.80 165 0.08 0.19
Hex 2C 34 32 F 0 4 50 A5 8 13
Octal 54 64 62 17 0 4 120 245 10 23
Binary 101100 110100 110010 1111 0 100 1010000 10100101 1000 10011

Color Harmonies of #2C3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3432

Black with #2C3432

Text Example


Text Example

White with #2C3432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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