#2A321D

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

Shades of Pine Tree #2A321D

Tints of Pine Tree #2A321D

Color information

#2A321D (or 0x2A321D) is unknown color: approx Pine Tree. HEX triplet: 2A, 32 and 1D. RGB value is (42,50,29). Sum of RGB (Red+Green+Blue) = 42+50+29=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #2A321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A321D is #D5CDE2. Grayscale: #2D2D2D. Windows color (decimal): -14011875 or 1913386. OLE color: 1913386.

HSL color Cylindrical-coordinate representation of color #2A321D: hue angle of 82.86º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A321D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB425029-
CMYK0.1600.420.80
HSL82.86º26.58%15.49%-
HSV(B)82.86º42%19.61%-
XYZ2.322.861.59-
YUV45.21118.85125.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=34.71%
G=41.32%
B=23.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4250290.1600.420.8082.8626.5815.49
Hex2A321D1002A50531bf
Octal526235200521201233317
Binary1010101100101110110000010101010100001010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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