Html Css Color HEX #342F29 Acadia

📋 copy color: '#342F29'

red 52 ◦ green 47 ◦ blue 41

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

Shades of Acadia #342F29

Tints of Acadia #342F29

RGB

 RED value IS 52 (20.7% from 255) = 37.14%

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

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 37.14%
G = 33.57%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#342F29 (or 0x342F29) is known color: Acadia. HEX triplet: 34, 2F and 29. RGB value is (52,47,41). Sum of RGB (Red+Green+Blue) = 52+47+41=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #342F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F29 is #CBD0D6. Grayscale: #2F2F2F. Windows color (decimal): -13357271 or 2699060. OLE color: 2699060.

HSL color Cylindrical-coordinate representation of color #342F29: hue angle of 32.73º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #342F29 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 47 41 -
CMYK 0 0.10 0.21 0.80
HSL 32.73º 0.12% 0.18% -
HSV(B) 32.73º 0.21% 0.2% -
XYZ 2.83 2.92 2.51 -
YUV 47.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 52 47 41 0 0.10 0.21 0.80 32.73 0.12 0.18
Hex 34 2F 29 0 A 15 50 21 C 12
Octal 64 57 51 0 12 25 120 41 14 22
Binary 110100 101111 101001 0 1010 10101 1010000 100001 1100 10010

Color Harmonies of #342F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F29

Black with #342F29

Text Example


Text Example

White with #342F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342F29; }

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

 H1.HeaderClassName
 {
   color: #342F29;
 }
 .AnyTagClassName
 {
   color: #342F29;
 }
</style>

background-color css

<style>
 a { background-color: #342F29; }

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

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

border-color css

<style>
 span { border-color: #342F29; }

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

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