#2A311F

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

Shades of Pine Tree #2A311F

Tints of Pine Tree #2A311F

Color information

#2A311F (or 0x2A311F) is unknown color: approx Pine Tree. HEX triplet: 2A, 31 and 1F. RGB value is (42,49,31). Sum of RGB (Red+Green+Blue) = 42+49+31=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #2A311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A311F is #D5CEE0. Grayscale: #2C2C2C. Windows color (decimal): -14012129 or 2044202. OLE color: 2044202.

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

Color convert

RGB424931-
CMYK0.1400.370.81
HSL83.33º22.5%15.69%-
HSV(B)83.33º36.73%19.22%-
XYZ2.32.791.71-
YUV44.86120.18125.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=34.43%
G=40.16%
B=25.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249310.1400.370.8183.3322.515.69
Hex2A311FE02551531610
Octal526137160451211232620
Binary1010101100011111111100100101101000110100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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