#342F2A

Color #342F2A Acadia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acadia #342F2A

Tints of Acadia #342F2A

Color information

#342F2A (or 0x342F2A) is unknown color: approx Acadia. HEX triplet: 34, 2F and 2A. RGB value is (52,47,42). Sum of RGB (Red+Green+Blue) = 52+47+42=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #342F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F2A is #CBD0D5. Grayscale: #2F2F2F. Windows color (decimal): -13357270 or 2764596. OLE color: 2764596.

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

Color convert

RGB524742-
CMYK00.100.190.80
HSL30º10.64%18.43%-
HSV(B)30º19.23%20.39%-
XYZ2.852.932.61-
YUV47.92124.66130.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 47 (18.75% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=36.88%
G=33.33%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52474200.100.190.803010.6418.43
Hex342F2A0A13501eb12
Octal64575201223120361322
Binary1101001011111010100101010011101000011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #342F2A;
 }
 .AnyTagClassName
 {
   color: #342F2A;
 }
</style>
background-color css

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

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

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

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

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

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