#1D340A

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

Shades of Pine Tree #1D340A

Tints of Pine Tree #1D340A

Color information

#1D340A (or 0x1D340A) is unknown color: approx Pine Tree. HEX triplet: 1D, 34 and 0A. RGB value is (29,52,10). Sum of RGB (Red+Green+Blue) = 29+52+10=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #1D340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D340A is #E2CBF5. Grayscale: #282828. Windows color (decimal): -14863350 or 668701. OLE color: 668701.

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

Color convert

RGB295210-
CMYK0.4400.810.80
HSL92.86º67.74%12.16%-
HSV(B)92.86º80.77%20.39%-
XYZ1.792.740.72-
YUV40.33110.88119.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 52 (20.70% from 255) = 57.14%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=31.87%
G=57.14%
B=10.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2952100.4400.810.8092.8667.7412.16
Hex1D34A2C051505d44c
Octal35641254012112013510414
Binary111011101001010101100010100011010000101110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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