#2A351B

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

Shades of Pine Tree #2A351B

Tints of Pine Tree #2A351B

Color information

#2A351B (or 0x2A351B) is unknown color: approx Pine Tree. HEX triplet: 2A, 35 and 1B. RGB value is (42,53,27). Sum of RGB (Red+Green+Blue) = 42+53+27=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #2A351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A351B is #D5CAE4. Grayscale: #2E2E2E. Windows color (decimal): -14011109 or 1783082. OLE color: 1783082.

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

Color convert

RGB425327-
CMYK0.2100.490.79
HSL85.38º32.5%15.69%-
HSV(B)85.38º49.06%20.78%-
XYZ2.433.121.51-
YUV46.75116.86124.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=34.43%
G=43.44%
B=22.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4253270.2100.490.7985.3832.515.69
Hex2A351B150314F552010
Octal526533250611171254020
Binary101010110101110111010101100011001111101010110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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