#2A3120

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

Shades of Pine Tree #2A3120

Tints of Pine Tree #2A3120

Color information

#2A3120 (or 0x2A3120) is unknown color: approx Pine Tree. HEX triplet: 2A, 31 and 20. RGB value is (42,49,32). Sum of RGB (Red+Green+Blue) = 42+49+32=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3120 is #D5CEDF. Grayscale: #2D2D2D. Windows color (decimal): -14012128 or 2109738. OLE color: 2109738.

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

Color convert

RGB424932-
CMYK0.1400.350.81
HSL84.71º20.99%15.88%-
HSV(B)84.71º34.69%19.22%-
XYZ2.312.791.78-
YUV44.97120.68125.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.15%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=34.15%
G=39.84%
B=26.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249320.1400.350.8184.7120.9915.88
Hex2A3120E02351551510
Octal526140160431211252520
Binary10101011000110000011100100011101000110101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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