#1E360D

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

Shades of Pine Tree #1E360D

Tints of Pine Tree #1E360D

Color information

#1E360D (or 0x1E360D) is unknown color: approx Pine Tree. HEX triplet: 1E, 36 and 0D. RGB value is (30,54,13). Sum of RGB (Red+Green+Blue) = 30+54+13=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #1E360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E360D is #E1C9F2. Grayscale: #2A2A2A. Windows color (decimal): -14797299 or 865822. OLE color: 865822.

HSL color Cylindrical-coordinate representation of color #1E360D: hue angle of 95.12º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E360D is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB305413-
CMYK0.4400.760.79
HSL95.12º61.19%13.14%-
HSV(B)95.12º75.93%21.18%-
XYZ1.932.940.85-
YUV42.15111.55119.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.93%
GREEN value IS 54 (21.48% from 255) = 55.67%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=30.93%
G=55.67%
B=13.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054130.4400.760.7995.1261.1913.14
Hex1E36D2C04C4F5f3dd
Octal3666155401141171377515
Binary11110110110110110110001001100100111110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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