#2C361D

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

Shades of Pine Tree #2C361D

Tints of Pine Tree #2C361D

Color information

#2C361D (or 0x2C361D) is unknown color: approx Pine Tree. HEX triplet: 2C, 36 and 1D. RGB value is (44,54,29). Sum of RGB (Red+Green+Blue) = 44+54+29=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #2C361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C361D is #D3C9E2. Grayscale: #303030. Windows color (decimal): -13879779 or 1914412. OLE color: 1914412.

HSL color Cylindrical-coordinate representation of color #2C361D: hue angle of 84º 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 #2C361D is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB445429-
CMYK0.1900.460.79
HSL84º30.12%16.27%-
HSV(B)84º46.3%21.18%-
XYZ2.583.261.66-
YUV48.16117.19125.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.65%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=34.65%
G=42.52%
B=22.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4454290.1900.460.798430.1216.27
Hex2C361D1302E4F541e10
Octal546635230561171243620
Binary10110011011011101100110101110100111110101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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