#2A311D

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

Shades of Pine Tree #2A311D

Tints of Pine Tree #2A311D

Color information

#2A311D (or 0x2A311D) is unknown color: approx Pine Tree. HEX triplet: 2A, 31 and 1D. RGB value is (42,49,29). Sum of RGB (Red+Green+Blue) = 42+49+29=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #2A311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A311D is #D5CEE2. Grayscale: #2C2C2C. Windows color (decimal): -14012131 or 1913130. OLE color: 1913130.

HSL color Cylindrical-coordinate representation of color #2A311D: hue angle of 81º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A311D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB424929-
CMYK0.1400.410.81
HSL81º25.64%15.29%-
HSV(B)81º40.82%19.22%-
XYZ2.272.781.58-
YUV44.63119.18126.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=35%
G=40.83%
B=24.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249290.1400.410.818125.6415.29
Hex2A311DE02951511af
Octal526135160511211213217
Binary101010110001111011110010100110100011010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,29); }

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

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

 a { background-color: rgb(42,49,29); }

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

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

 span { border-color: rgb(42,49,29); }

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