#1D320D

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

Shades of Pine Tree #1D320D

Tints of Pine Tree #1D320D

Color information

#1D320D (or 0x1D320D) is unknown color: approx Pine Tree. HEX triplet: 1D, 32 and 0D. RGB value is (29,50,13). Sum of RGB (Red+Green+Blue) = 29+50+13=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #1D320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D320D is #E2CDF2. Grayscale: #272727. Windows color (decimal): -14863859 or 864797. OLE color: 864797.

HSL color Cylindrical-coordinate representation of color #1D320D: hue angle of 94.05º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D320D is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB295013-
CMYK0.4200.740.80
HSL94.05º58.73%12.35%-
HSV(B)94.05º74%19.61%-
XYZ1.722.570.79-
YUV39.5113.04120.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 50 (19.92% from 255) = 54.35%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=31.52%
G=54.35%
B=14.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950130.4200.740.8094.0558.7312.35
Hex1D32D2A04A505e3bc
Octal3562155201121201367314
Binary11101110010110110101001001010101000010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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