#1E370C

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

Shades of Pine Tree #1E370C

Tints of Pine Tree #1E370C

Color information

#1E370C (or 0x1E370C) is unknown color: approx Pine Tree. HEX triplet: 1E, 37 and 0C. RGB value is (30,55,12). Sum of RGB (Red+Green+Blue) = 30+55+12=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #1E370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E370C is #E1C8F3. Grayscale: #2A2A2A. Windows color (decimal): -14797044 or 800542. OLE color: 800542.

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

Color convert

RGB305512-
CMYK0.4500.780.78
HSL94.88º64.18%13.14%-
HSV(B)94.88º78.18%21.57%-
XYZ1.973.030.83-
YUV42.62110.72119-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.93%
GREEN value IS 55 (21.88% from 255) = 56.70%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=30.93%
G=56.70%
B=12.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3055120.4500.780.7894.8864.1813.14
Hex1E37C2D04E4E5f40d
Octal36671455011611613710015
Binary111101101111100101101010011101001110101111110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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