#1C260C

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

Shades of Pine Tree #1C260C

Tints of Pine Tree #1C260C

Color information

#1C260C (or 0x1C260C) is unknown color: approx Pine Tree. HEX triplet: 1C, 26 and 0C. RGB value is (28,38,12). Sum of RGB (Red+Green+Blue) = 28+38+12=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #1C260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C260C is #E3D9F3. Grayscale: #202020. Windows color (decimal): -14932468 or 796188. OLE color: 796188.

HSL color Cylindrical-coordinate representation of color #1C260C: hue angle of 83.08º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C260C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB283812-
CMYK0.2600.680.85
HSL83.08º52%9.8%-
HSV(B)83.08º68.42%14.9%-
XYZ1.241.660.6-
YUV32.05116.69125.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.90%
GREEN value IS 38 (15.23% from 255) = 48.72%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=35.90%
G=48.72%
B=15.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2838120.2600.680.8583.08529.8
Hex1C26C1A044555334a
Octal3446143201041251236412
Binary1110010011011001101001000100101010110100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C260C; }

 p { color: rgb(28,38,12); }

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

<style>
 a { background-color: #1C260C; }

 a { background-color: rgb(28,38,12); }

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

<style>
 span { border-color: #1C260C; }

 span { border-color: rgb(28,38,12); }

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