#1D260D

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

Shades of Pine Tree #1D260D

Tints of Pine Tree #1D260D

Color information

#1D260D (or 0x1D260D) is unknown color: approx Pine Tree. HEX triplet: 1D, 26 and 0D. RGB value is (29,38,13). Sum of RGB (Red+Green+Blue) = 29+38+13=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #1D260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D260D is #E2D9F2. Grayscale: #202020. Windows color (decimal): -14866931 or 861725. OLE color: 861725.

HSL color Cylindrical-coordinate representation of color #1D260D: hue angle of 81.6º 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 #1D260D is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB293813-
CMYK0.2400.660.85
HSL81.6º49.02%10%-
HSV(B)81.6º65.79%14.9%-
XYZ1.271.680.64-
YUV32.46117.02125.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=36.25%
G=47.5%
B=16.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2938130.2400.660.8581.649.0210
Hex1D26D18042555231a
Octal3546153001021251226112
Binary1110110011011011100001000010101010110100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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