#1E340D

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

Shades of Pine Tree #1E340D

Tints of Pine Tree #1E340D

Color information

#1E340D (or 0x1E340D) is unknown color: approx Pine Tree. HEX triplet: 1E, 34 and 0D. RGB value is (30,52,13). Sum of RGB (Red+Green+Blue) = 30+52+13=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #1E340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E340D is #E1CBF2. Grayscale: #292929. Windows color (decimal): -14797811 or 865310. OLE color: 865310.

HSL color Cylindrical-coordinate representation of color #1E340D: hue angle of 93.85º 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 #1E340D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB305213-
CMYK0.4200.750.80
HSL93.85º60%12.75%-
HSV(B)93.85º75%20.39%-
XYZ1.842.760.82-
YUV40.98112.21120.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 52 (20.70% from 255) = 54.74%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=31.58%
G=54.74%
B=13.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052130.4200.750.8093.856012.75
Hex1E34D2A04B505e3cd
Octal3664155201131201367415
Binary11110110100110110101001001011101000010111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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