#1D3502

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

Shades of Pine Tree #1D3502

Tints of Pine Tree #1D3502

Color information

#1D3502 (or 0x1D3502) is unknown color: approx Pine Tree. HEX triplet: 1D, 35 and 02. RGB value is (29,53,2). Sum of RGB (Red+Green+Blue) = 29+53+2=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3502 is #E2CAFD. Grayscale: #282828. Windows color (decimal): -14863102 or 144669. OLE color: 144669.

HSL color Cylindrical-coordinate representation of color #1D3502: hue angle of 88.24º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D3502 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB29532-
CMYK0.4500.960.79
HSL88.24º92.73%10.78%-
HSV(B)88.24º96.23%20.78%-
XYZ1.792.810.51-
YUV40.01106.55120.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 53 (21.09% from 255) = 63.10%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=34.52%
G=63.10%
B=2.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal295320.4500.960.7988.2492.7310.78
Hex1D3522D0604F585db
Octal3565255014011713013513
Binary1110111010110101101011000001001111101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,2); }

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

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

 a { background-color: rgb(29,53,2); }

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

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

 span { border-color: rgb(29,53,2); }

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