#2A3020

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

Shades of Pine Tree #2A3020

Tints of Pine Tree #2A3020

Color information

#2A3020 (or 0x2A3020) is unknown color: approx Pine Tree. HEX triplet: 2A, 30 and 20. RGB value is (42,48,32). Sum of RGB (Red+Green+Blue) = 42+48+32=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3020 is #D5CFDF. Grayscale: #2C2C2C. Windows color (decimal): -14012384 or 2109482. OLE color: 2109482.

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

Color convert

RGB424832-
CMYK0.1300.330.81
HSL82.5º20%15.69%-
HSV(B)82.5º33.33%18.82%-
XYZ2.272.711.77-
YUV44.38121.01126.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=34.43%
G=39.34%
B=26.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248320.1300.330.8182.52015.69
Hex2A3020D02151521410
Octal526040150411211222420
Binary10101011000010000011010100001101000110100101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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