#1D340D

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

Shades of Pine Tree #1D340D

Tints of Pine Tree #1D340D

Color information

#1D340D (or 0x1D340D) is unknown color: approx Pine Tree. HEX triplet: 1D, 34 and 0D. RGB value is (29,52,13). Sum of RGB (Red+Green+Blue) = 29+52+13=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #1D340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D340D is #E2CBF2. Grayscale: #282828. Windows color (decimal): -14863347 or 865309. OLE color: 865309.

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

Color convert

RGB295213-
CMYK0.4400.750.80
HSL95.38º60%12.75%-
HSV(B)95.38º75%20.39%-
XYZ1.812.750.82-
YUV40.68112.38119.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 52 (20.70% from 255) = 55.32%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=30.85%
G=55.32%
B=13.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2952130.4400.750.8095.386012.75
Hex1D34D2C04B505f3cd
Octal3564155401131201377415
Binary11101110100110110110001001011101000010111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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