#1D320E

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

Shades of Pine Tree #1D320E

Tints of Pine Tree #1D320E

Color information

#1D320E (or 0x1D320E) is unknown color: approx Pine Tree. HEX triplet: 1D, 32 and 0E. RGB value is (29,50,14). Sum of RGB (Red+Green+Blue) = 29+50+14=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #1D320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D320E is #E2CDF1. Grayscale: #272727. Windows color (decimal): -14863858 or 930333. OLE color: 930333.

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

Color convert

RGB295014-
CMYK0.4200.720.80
HSL95º56.25%12.55%-
HSV(B)95º72%19.61%-
XYZ1.732.570.82-
YUV39.62113.54120.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.18%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=31.18%
G=53.76%
B=15.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950140.4200.720.809556.2512.55
Hex1D32E2A048505f38d
Octal3562165201101201377015
Binary11101110010111010101001001000101000010111111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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