#2A361D

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

Shades of Pine Tree #2A361D

Tints of Pine Tree #2A361D

Color information

#2A361D (or 0x2A361D) is unknown color: approx Pine Tree. HEX triplet: 2A, 36 and 1D. RGB value is (42,54,29). Sum of RGB (Red+Green+Blue) = 42+54+29=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #2A361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A361D is #D5C9E2. Grayscale: #2F2F2F. Windows color (decimal): -14010851 or 1914410. OLE color: 1914410.

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

Color convert

RGB425429-
CMYK0.2200.460.79
HSL88.8º30.12%16.27%-
HSV(B)88.8º46.3%21.18%-
XYZ2.53.221.65-
YUV47.56117.52124.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=33.6%
G=43.2%
B=23.2%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4254290.2200.460.7988.830.1216.27
Hex2A361D1602E4F591e10
Octal526635260561171313620
Binary10101011011011101101100101110100111110110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,54,29); }

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

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

 a { background-color: rgb(42,54,29); }

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

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

 span { border-color: rgb(42,54,29); }

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