#1D310F

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

Shades of Pine Tree #1D310F

Tints of Pine Tree #1D310F

Color information

#1D310F (or 0x1D310F) is unknown color: approx Pine Tree. HEX triplet: 1D, 31 and 0F. RGB value is (29,49,15). Sum of RGB (Red+Green+Blue) = 29+49+15=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #1D310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D310F is #E2CEF0. Grayscale: #272727. Windows color (decimal): -14864113 or 995613. OLE color: 995613.

HSL color Cylindrical-coordinate representation of color #1D310F: hue angle of 95.29º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D310F is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB294915-
CMYK0.4100.690.81
HSL95.29º53.12%12.55%-
HSV(B)95.29º69.39%19.22%-
XYZ1.692.490.84-
YUV39.14114.37120.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.18%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=31.18%
G=52.69%
B=16.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949150.4100.690.8195.2953.1212.55
Hex1D31F29045515f35d
Octal3561175101051211376515
Binary11101110001111110100101000101101000110111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,15); }

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

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

 a { background-color: rgb(29,49,15); }

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

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

 span { border-color: rgb(29,49,15); }

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