#1D2606

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

Shades of Pine Tree #1D2606

Tints of Pine Tree #1D2606

Color information

#1D2606 (or 0x1D2606) is unknown color: approx Pine Tree. HEX triplet: 1D, 26 and 06. RGB value is (29,38,6). Sum of RGB (Red+Green+Blue) = 29+38+6=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2606 is #E2D9F9. Grayscale: #1F1F1F. Windows color (decimal): -14866938 or 402973. OLE color: 402973.

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

Color convert

RGB29386-
CMYK0.2400.840.85
HSL76.88º72.73%8.63%-
HSV(B)76.88º84.21%14.9%-
XYZ1.231.660.43-
YUV31.66113.52126.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 38 (15.23% from 255) = 52.05%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=39.73%
G=52.05%
B=8.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal293860.2400.840.8576.8872.738.63
Hex1D26618054554d499
Octal3546630012412511511111
Binary1110110011011011000010101001010101100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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