#1E320C

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

Shades of Pine Tree #1E320C

Tints of Pine Tree #1E320C

Color information

#1E320C (or 0x1E320C) is unknown color: approx Pine Tree. HEX triplet: 1E, 32 and 0C. RGB value is (30,50,12). Sum of RGB (Red+Green+Blue) = 30+50+12=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #1E320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E320C is #E1CDF3. Grayscale: #272727. Windows color (decimal): -14798324 or 799262. OLE color: 799262.

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

Color convert

RGB305012-
CMYK0.4000.760.80
HSL91.58º61.29%12.16%-
HSV(B)91.58º76%19.61%-
XYZ1.742.580.75-
YUV39.69112.37121.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 50 (19.92% from 255) = 54.35%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=32.61%
G=54.35%
B=13.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050120.4000.760.8091.5861.2912.16
Hex1E32C2804C505c3dc
Octal3662145001141201347514
Binary11110110010110010100001001100101000010111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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