#1D350A

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

Shades of Pine Tree #1D350A

Tints of Pine Tree #1D350A

Color information

#1D350A (or 0x1D350A) is unknown color: approx Pine Tree. HEX triplet: 1D, 35 and 0A. RGB value is (29,53,10). Sum of RGB (Red+Green+Blue) = 29+53+10=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #1D350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D350A is #E2CAF5. Grayscale: #292929. Windows color (decimal): -14863094 or 668957. OLE color: 668957.

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

Color convert

RGB295310-
CMYK0.4500.810.79
HSL93.49º68.25%12.35%-
HSV(B)93.49º81.13%20.78%-
XYZ1.832.830.74-
YUV40.92110.55119.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 53 (21.09% from 255) = 57.61%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=31.52%
G=57.61%
B=10.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2953100.4500.810.7993.4968.2512.35
Hex1D35A2D0514F5d44c
Octal35651255012111713510414
Binary111011101011010101101010100011001111101110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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