#1D2607

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

Shades of Pine Tree #1D2607

Tints of Pine Tree #1D2607

Color information

#1D2607 (or 0x1D2607) is unknown color: approx Pine Tree. HEX triplet: 1D, 26 and 07. RGB value is (29,38,7). Sum of RGB (Red+Green+Blue) = 29+38+7=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2607 is #E2D9F8. Grayscale: #1F1F1F. Windows color (decimal): -14866937 or 468509. OLE color: 468509.

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

Color convert

RGB29387-
CMYK0.2400.820.85
HSL77.42º68.89%8.82%-
HSV(B)77.42º81.58%14.9%-
XYZ1.241.660.46-
YUV31.78114.02126.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.19%
GREEN value IS 38 (15.23% from 255) = 51.35%
BLUE value IS 7 (3.12% from 255) = 9.46%
R=39.19%
G=51.35%
B=9.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal293870.2400.820.8577.4268.898.82
Hex1D26718052554d459
Octal3546730012212511510511
Binary1110110011011111000010100101010101100110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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