#1C260D

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

Shades of Pine Tree #1C260D

Tints of Pine Tree #1C260D

Color information

#1C260D (or 0x1C260D) is unknown color: approx Pine Tree. HEX triplet: 1C, 26 and 0D. RGB value is (28,38,13). Sum of RGB (Red+Green+Blue) = 28+38+13=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #1C260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C260D is #E3D9F2. Grayscale: #202020. Windows color (decimal): -14932467 or 861724. OLE color: 861724.

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

Color convert

RGB283813-
CMYK0.2600.660.85
HSL84º49.02%10%-
HSV(B)84º65.79%14.9%-
XYZ1.241.660.64-
YUV32.16117.19125.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=35.44%
G=48.10%
B=16.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2838130.2600.660.858449.0210
Hex1C26D1A042555431a
Octal3446153201021251246112
Binary1110010011011011101001000010101010110101001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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