#1E360C

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

Shades of Pine Tree #1E360C

Tints of Pine Tree #1E360C

Color information

#1E360C (or 0x1E360C) is unknown color: approx Pine Tree. HEX triplet: 1E, 36 and 0C. RGB value is (30,54,12). Sum of RGB (Red+Green+Blue) = 30+54+12=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #1E360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E360C is #E1C9F3. Grayscale: #2A2A2A. Windows color (decimal): -14797300 or 800286. OLE color: 800286.

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

Color convert

RGB305412-
CMYK0.4400.780.79
HSL94.29º63.64%12.94%-
HSV(B)94.29º77.78%21.18%-
XYZ1.922.940.81-
YUV42.04111.05119.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.25%
GREEN value IS 54 (21.48% from 255) = 56.25%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=31.25%
G=56.25%
B=12.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054120.4400.780.7994.2963.6412.94
Hex1E36C2C04E4F5e40d
Octal36661454011611713610015
Binary111101101101100101100010011101001111101111010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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