#2A331C

Color #2A331C Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #2A331C

Tints of Pine Tree #2A331C

Color information

#2A331C (or 0x2A331C) is unknown color: approx Pine Tree. HEX triplet: 2A, 33 and 1C. RGB value is (42,51,28). Sum of RGB (Red+Green+Blue) = 42+51+28=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #2A331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A331C is #D5CCE3. Grayscale: #2D2D2D. Windows color (decimal): -14011620 or 1848106. OLE color: 1848106.

HSL color Cylindrical-coordinate representation of color #2A331C: hue angle of 83.48º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A331C is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB425128-
CMYK0.1800.450.8
HSL83.48º29.11%15.49%-
HSV(B)83.48º45.1%20%-
XYZ2.352.941.54-
YUV45.69118.02125.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=34.71%
G=42.15%
B=23.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4251280.1800.450.883.4829.1115.49
Hex2A331C1202D50531df
Octal526334220551201233517
Binary1010101100111110010010010110110100001010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,51,28); }

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

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

 a { background-color: rgb(42,51,28); }

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

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

 span { border-color: rgb(42,51,28); }

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