#2A3519

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

Shades of Pine Tree #2A3519

Tints of Pine Tree #2A3519

Color information

#2A3519 (or 0x2A3519) is unknown color: approx Pine Tree. HEX triplet: 2A, 35 and 19. RGB value is (42,53,25). Sum of RGB (Red+Green+Blue) = 42+53+25=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #2A3519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3519 is #D5CAE6. Grayscale: #2E2E2E. Windows color (decimal): -14011111 or 1652010. OLE color: 1652010.

HSL color Cylindrical-coordinate representation of color #2A3519: hue angle of 83.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A3519 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB425325-
CMYK0.2100.530.79
HSL83.57º35.9%15.29%-
HSV(B)83.57º52.83%20.78%-
XYZ2.43.111.39-
YUV46.52115.86124.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=35%
G=44.17%
B=20.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4253250.2100.530.7983.5735.915.29
Hex2A3519150354F5424f
Octal526531250651171244417
Binary10101011010111001101010110101100111110101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,53,25); }

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

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

 a { background-color: rgb(42,53,25); }

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

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

 span { border-color: rgb(42,53,25); }

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