#2C361B

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

Shades of Pine Tree #2C361B

Tints of Pine Tree #2C361B

Color information

#2C361B (or 0x2C361B) is unknown color: approx Pine Tree. HEX triplet: 2C, 36 and 1B. RGB value is (44,54,27). Sum of RGB (Red+Green+Blue) = 44+54+27=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #2C361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C361B is #D3C9E4. Grayscale: #303030. Windows color (decimal): -13879781 or 1783340. OLE color: 1783340.

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

Color convert

RGB445427-
CMYK0.1900.50.79
HSL82.22º33.33%15.88%-
HSV(B)82.22º50%21.18%-
XYZ2.563.251.53-
YUV47.93116.19125.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.2%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=35.2%
G=43.2%
B=21.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4454270.1900.50.7982.2233.3315.88
Hex2C361B130324F522110
Octal546633230621171224120
Binary101100110110110111001101100101001111101001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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