#2C3C1A

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

Shades of Pine Tree #2C3C1A

Tints of Pine Tree #2C3C1A

Color information

#2C3C1A (or 0x2C3C1A) is unknown color: approx Pine Tree. HEX triplet: 2C, 3C and 1A. RGB value is (44,60,26). Sum of RGB (Red+Green+Blue) = 44+60+26=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #2C3C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3C1A is #D3C3E5. Grayscale: #333333. Windows color (decimal): -13878246 or 1719340. OLE color: 1719340.

HSL color Cylindrical-coordinate representation of color #2C3C1A: hue angle of 88.24º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C3C1A is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB446026-
CMYK0.2700.570.76
HSL88.24º39.53%16.86%-
HSV(B)88.24º56.67%23.53%-
XYZ2.843.841.57-
YUV51.34113.7122.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.85%
GREEN value IS 60 (23.83% from 255) = 46.15%
BLUE value IS 26 (10.55% from 255) = 20%
R=33.85%
G=46.15%
B=20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4460260.2700.570.7688.2439.5316.86
Hex2C3C1A1B0394C582811
Octal547432330711141305021
Binary101100111100110101101101110011001100101100010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,60,26); }

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

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

 a { background-color: rgb(44,60,26); }

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

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

 span { border-color: rgb(44,60,26); }

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