#2A351A

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

Shades of Pine Tree #2A351A

Tints of Pine Tree #2A351A

Color information

#2A351A (or 0x2A351A) is unknown color: approx Pine Tree. HEX triplet: 2A, 35 and 1A. RGB value is (42,53,26). Sum of RGB (Red+Green+Blue) = 42+53+26=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #2A351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A351A is #D5CAE5. Grayscale: #2E2E2E. Windows color (decimal): -14011110 or 1717546. OLE color: 1717546.

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

Color convert

RGB425326-
CMYK0.2100.510.79
HSL84.44º34.18%15.49%-
HSV(B)84.44º50.94%20.78%-
XYZ2.413.111.45-
YUV46.63116.36124.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=34.71%
G=43.80%
B=21.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4253260.2100.510.7984.4434.1815.49
Hex2A351A150334F5422f
Octal526532250631171244217
Binary10101011010111010101010110011100111110101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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