#2C381D

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

Shades of Pine Tree #2C381D

Tints of Pine Tree #2C381D

Color information

#2C381D (or 0x2C381D) is unknown color: approx Pine Tree. HEX triplet: 2C, 38 and 1D. RGB value is (44,56,29). Sum of RGB (Red+Green+Blue) = 44+56+29=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #2C381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C381D is #D3C7E2. Grayscale: #313131. Windows color (decimal): -13879267 or 1914924. OLE color: 1914924.

HSL color Cylindrical-coordinate representation of color #2C381D: hue angle of 86.67º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C381D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB445629-
CMYK0.2100.480.78
HSL86.67º31.76%16.67%-
HSV(B)86.67º48.21%21.96%-
XYZ2.673.451.69-
YUV49.33116.52124.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=34.11%
G=43.41%
B=22.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4456290.2100.480.7886.6731.7616.67
Hex2C381D150304E572011
Octal547035250601161274021
Binary101100111000111011010101100001001110101011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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