#1D260A

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

Shades of Pine Tree #1D260A

Tints of Pine Tree #1D260A

Color information

#1D260A (or 0x1D260A) is unknown color: approx Pine Tree. HEX triplet: 1D, 26 and 0A. RGB value is (29,38,10). Sum of RGB (Red+Green+Blue) = 29+38+10=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #1D260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D260A is #E2D9F5. Grayscale: #202020. Windows color (decimal): -14866934 or 665117. OLE color: 665117.

HSL color Cylindrical-coordinate representation of color #1D260A: hue angle of 79.29º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D260A is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB293810-
CMYK0.2400.740.85
HSL79.29º58.33%9.41%-
HSV(B)79.29º73.68%14.9%-
XYZ1.251.670.54-
YUV32.12115.52125.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 38 (15.23% from 255) = 49.35%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=37.66%
G=49.35%
B=12.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2938100.2400.740.8579.2958.339.41
Hex1D26A1804A554f3a9
Octal3546123001121251177211
Binary1110110011010101100001001010101010110011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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